summaryrefslogtreecommitdiff
path: root/rannak/mangud/uliopilane/ajatelg/styles.css
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2022-12-21 00:13:31 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2022-12-21 00:13:31 +0200
commit9f6ff0f0ec88e43abae24b1e99a629bd42867dab (patch)
tree75b33d5de0d84e86119dbc1c913e68db7e8523f8 /rannak/mangud/uliopilane/ajatelg/styles.css
parentee0da175151b4d48d4ef27f7acd8d3f9def25986 (diff)
add sissejuhatus btn to uliopilane and perenaine
Diffstat (limited to 'rannak/mangud/uliopilane/ajatelg/styles.css')
-rw-r--r--rannak/mangud/uliopilane/ajatelg/styles.css39
1 files changed, 35 insertions, 4 deletions
diff --git a/rannak/mangud/uliopilane/ajatelg/styles.css b/rannak/mangud/uliopilane/ajatelg/styles.css
index 5966c9b..2585bc4 100644
--- a/rannak/mangud/uliopilane/ajatelg/styles.css
+++ b/rannak/mangud/uliopilane/ajatelg/styles.css
@@ -4,8 +4,8 @@ html {
}
* {
- margin: 0 !important;
- padding: 0 !important;
+ margin: 0;
+ padding: 0;
box-sizing: border-box !important;
}
@@ -37,6 +37,32 @@ button:disabled{
cursor: not-allowed;
}
+/* Modal Stuff */
+
+.closeModalButton {
+ border-radius: 50px;
+}
+
+.modalButton{
+ position: absolute;
+ top: 0;
+ right: 0;
+ padding: 6px;
+ padding: 9px 25px;
+ background-color: rgba(0,136,169,1) !important;
+ border: none !important;
+ border-radius: 50px !important;
+ cursor: pointer !important;
+ transition: all 0.3 ease 0 !important;
+ margin: 3% !important;
+ font-size: 1.4rem !important;
+}
+
+.modalButton:hover{
+ background-color: rgba(0,136,169,0.8) !important;
+}
+
+
/* Left side Part */
@@ -63,6 +89,11 @@ button:disabled{
/* Timeline css part*/
+.timelineWrapper{
+ padding: 0 !important;
+ margin: 0 !important;
+}
+
.timelineContainer {
min-height: 100vh;
width: 100%;
@@ -85,10 +116,10 @@ button:disabled{
}
.timeline ul li {
- padding: 20px;
+ padding: 7px;
background-color: #1e1f22;
color: white;
- margin-bottom: 20px;
+ margin-bottom: 15px;
}
.timeline ul li:last-child {