diff options
Diffstat (limited to 'rannak/mangud/uliopilane/ajatelg/styles.css')
-rw-r--r-- | rannak/mangud/uliopilane/ajatelg/styles.css | 39 |
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 { |