Update assets/css/custom_style.css
Browse files
assets/css/custom_style.css
CHANGED
@@ -68,7 +68,7 @@ input[type='radio'] { visibility: hidden; display: none; }
|
|
68 |
|
69 |
.warning-quote { padding: 15px; font-size: 0.8em; background-color: #f43636ba; color: white; margin-bottom: 15px; border-left: 5px solid #ff3030; transition-duration: 0.3s; }
|
70 |
|
71 |
-
.closebtn {
|
72 |
|
73 |
/* When moving the mouse over the close button */
|
74 |
.closebtn:hover { color: black; }
|
@@ -79,4 +79,4 @@ input[type='radio'] { visibility: hidden; display: none; }
|
|
79 |
|
80 |
.slider-content { width: 450px; position: relative; float: right; }
|
81 |
|
82 |
-
#ppl_threshold, #gradient_norm_threshold { width: 9em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height:
|
|
|
68 |
|
69 |
.warning-quote { padding: 15px; font-size: 0.8em; background-color: #f43636ba; color: white; margin-bottom: 15px; border-left: 5px solid #ff3030; transition-duration: 0.3s; }
|
70 |
|
71 |
+
.closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 12px; line-height: 20px; cursor: pointer; transition: 0.3s; }
|
72 |
|
73 |
/* When moving the mouse over the close button */
|
74 |
.closebtn:hover { color: black; }
|
|
|
79 |
|
80 |
.slider-content { width: 450px; position: relative; float: right; }
|
81 |
|
82 |
+
#ppl_threshold, #gradient_norm_threshold { width: 9em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height: 0.8em; }
|