diff options
Diffstat (limited to 'rannak/mangud/uliopilane/ajatelg/styles.css')
-rw-r--r-- | rannak/mangud/uliopilane/ajatelg/styles.css | 52 |
1 files changed, 27 insertions, 25 deletions
diff --git a/rannak/mangud/uliopilane/ajatelg/styles.css b/rannak/mangud/uliopilane/ajatelg/styles.css index 3365a11..15b93d8 100644 --- a/rannak/mangud/uliopilane/ajatelg/styles.css +++ b/rannak/mangud/uliopilane/ajatelg/styles.css @@ -9,39 +9,18 @@ html { box-sizing: border-box !important; } -body{ - background-color: #111 !important; -} +body{background-color: #111 !important;} +.pealkiri {width: 100vw !important;} -.pealkiri { - width: 100vw !important; -} -/* Green Btn */ -.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; -} +/* Modal Stuff */ -button:disabled{ - opacity: 0.5; - cursor: not-allowed; -} -/* Modal Stuff */ .avatar { border-radius: 20px; width: 100% !important; + max-width: 15rem !important; } .modalHeaderWrapper{ @@ -76,6 +55,29 @@ button:disabled{ } + +/* Green Btn */ + +.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; +} + + /* Left side Part */ |