summaryrefslogtreecommitdiff
path: root/rannak/mangud/partorg/kuulsused/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'rannak/mangud/partorg/kuulsused/styles.css')
-rw-r--r--rannak/mangud/partorg/kuulsused/styles.css61
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;
-}