diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2023-01-14 00:06:13 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2023-01-14 00:06:13 +0200 |
commit | 61f75569eb9464fbf0403f3af41d940e5cc79478 (patch) | |
tree | 1a183d16a53b15036bca3ae2069264294153495e /rannak/mangud/partorg/kuulsused/styles.css | |
parent | ad4cd6abd8abe20f4ff3be8ae822927a5e4dce84 (diff) |
salakood mang
Diffstat (limited to 'rannak/mangud/partorg/kuulsused/styles.css')
-rw-r--r-- | rannak/mangud/partorg/kuulsused/styles.css | 61 |
1 files changed, 33 insertions, 28 deletions
diff --git a/rannak/mangud/partorg/kuulsused/styles.css b/rannak/mangud/partorg/kuulsused/styles.css index 79b5177..f4fb4c8 100644 --- a/rannak/mangud/partorg/kuulsused/styles.css +++ b/rannak/mangud/partorg/kuulsused/styles.css @@ -5,7 +5,9 @@ .lists{ margin-bottom: 20px !important; } - +/* Modal Stuff */ + + .avatar { border-radius: 20px; width: 100% !important; @@ -17,6 +19,32 @@ width: 100% !important; } +.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.2rem !important; +} + +.modalButton:hover{ + background-color: rgba(0,136,169,0.8) !important; +} + + +/* Move On */ + .moveOn{ display: inline-block; border: none; @@ -36,6 +64,10 @@ button:disabled{ cursor: not-allowed; } + +/* Other */ + + .row { margin: 0 5% !important; } @@ -67,30 +99,3 @@ img { height: 100% !important; min-height: 2rem; } - - -/* 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.2rem !important; -} - -.modalButton:hover{ - background-color: rgba(0,136,169,0.8) !important; -} |