summaryrefslogtreecommitdiff
path: root/rannak/mangud/direktor/kone/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'rannak/mangud/direktor/kone/style.css')
-rw-r--r--rannak/mangud/direktor/kone/style.css95
1 files changed, 95 insertions, 0 deletions
diff --git a/rannak/mangud/direktor/kone/style.css b/rannak/mangud/direktor/kone/style.css
new file mode 100644
index 0000000..fa58e1d
--- /dev/null
+++ b/rannak/mangud/direktor/kone/style.css
@@ -0,0 +1,95 @@
+* {
+ box-sizing: border-box;
+}
+
+body{
+ background-color: #43464b;
+ color: white;
+}
+
+h1 {
+ color: #ED8B00;
+ font-weight: bold;
+}
+
+.moveOn{
+ display: inline-block;
+ border: none;
+ padding: 6px 12px;
+ margin-botton: 0;
+ font-size: 1rem;
+ font-weight: normal;
+ text-align: center;
+ cursor: pointer;
+ border-radius: 4px;
+ background-color: #4BB543;
+ color: white;
+}
+
+button:disabled{
+ opacity: 0.5;
+ cursor: not-allowed;
+}
+
+
+
+/* Modal Stuff */
+
+.avatar {
+ border-radius: 20px;
+ width: 100%;
+ max-width: 15rem;
+}
+
+.modalHeaderWrapper{
+ text-align: center;
+ margin: 0;
+ width: 100%;
+}
+
+.modalButton{
+ display: inline-block;
+ padding: 6px 12px;
+ margin-left: 30px;
+ background-color: rgba(0,136,169,1);
+ border: none;
+ border-radius: 50px;
+ cursor: pointer;
+ transition: all 0.3 ease 0;
+ font-size: 1rem;
+}
+
+.modalButton:hover{
+ background-color: rgba(0,136,169,0.8);
+}
+
+
+
+/* Main styles*/
+
+.main{
+ display: flex;
+ margin: 3% 0;
+ justify-content: center;
+ text-align: center;
+}
+
+.vasak{
+ margin: 1rem;
+ width: 45%;
+
+}
+
+.parem{
+ margin: 1rem;
+ width: 45%
+}
+
+.kone{
+ width: 100%;
+ height: 90%;
+ color: white;
+ background-color: #43464b;
+ border: none;
+ text-align: left;
+}