comparison sat_templates/templates/bulma/static/styles.css @ 253:7397d81dd633

bulma (css): fixed tab/spacing
author Goffi <goffi@goffi.org>
date Sat, 01 Aug 2020 17:01:27 +0200
parents a0e889d73bad
children 8411a274448e
comparison
equal deleted inserted replaced
252:a0e889d73bad 253:7397d81dd633
48 .x-is-hoverable:hover { 48 .x-is-hoverable:hover {
49 background-color: #eee !important; 49 background-color: #eee !important;
50 } 50 }
51 51
52 .x-is-hoverable-primary:hover { 52 .x-is-hoverable-primary:hover {
53 background-color: var(--col-primary) !important; 53 background-color: var(--col-primary) !important;
54 border-radius: 50%; 54 border-radius: 50%;
55 box-shadow: 0px 0px 0 0.25rem var(--col-primary); 55 box-shadow: 0px 0px 0 0.25rem var(--col-primary);
56 } 56 }
57 57
58 .is-chat-message { 58 .is-chat-message {
59 margin: 0.5rem 0 0 !important; 59 margin: 0.5rem 0 0 !important;
60 padding: 0 !important; 60 padding: 0 !important;
64 a.is-wrapping { 64 a.is-wrapping {
65 line-height: 0; 65 line-height: 0;
66 } 66 }
67 67
68 .has-no-background { 68 .has-no-background {
69 box-shadow: none !important; 69 box-shadow: none !important;
70 background-color: initial !important; 70 background-color: initial !important;
71 } 71 }
72 72
73 .pagination-disabled { 73 .pagination-disabled {
74 background-color: white; 74 background-color: white;
103 /************** 103 /**************
104 * selections * 104 * selections *
105 **************/ 105 **************/
106 106
107 .selected_for_deletion { 107 .selected_for_deletion {
108 outline: solid red 0.25rem; 108 outline: solid red 0.25rem;
109 } 109 }
110 110
111 /*************** 111 /***************
112 * misc states * 112 * misc states *
113 ***************/ 113 ***************/
148 width: 100vw; 148 width: 100vw;
149 z-index: 150; 149 z-index: 150;
150 } 150 }
151 151
152 .comments_side_panel { 152 .comments_side_panel {
153 position: absolute; 153 position: absolute;
154 top: 0; 154 top: 0;
155 right: 0; 155 right: 0;
156 height: 100vh; 156 height: 100vh;
157 width: 0; 157 width: 0;
158 max-width: 80%; 158 max-width: 80%;
159 z-index: 200; 159 z-index: 200;
160 background: white; 160 background: white;
161 transition: width 0.3s ease-out; 161 transition: width 0.3s ease-out;
162 } 162 }
163 163
164 .comments_side_panel.open { 164 .comments_side_panel.open {
165 width: 55rem; 165 width: 55rem;
166 transition: width 0.3s ease-out; 166 transition: width 0.3s ease-out;
167 } 167 }
168 168
169 /************* 169 /*************
170 * slideshow * 170 * slideshow *
171 *************/ 171 *************/
216 height: 100%; 216 height: 100%;
217 width: 100%; 217 width: 100%;
218 } 218 }
219 219
220 .swiper-button-prev { 220 .swiper-button-prev {
221 left: 2.1rem !important; 221 left: 2.1rem !important;
222 color: #f1f1f1 !important; 222 color: #f1f1f1 !important;
223 } 223 }
224 224
225 .swiper-button-next { 225 .swiper-button-next {
226 right: 2.1rem !important; 226 right: 2.1rem !important;
227 color: #f1f1f1 !important; 227 color: #f1f1f1 !important;
228 } 228 }
229 229
230 .slide_img { 230 .slide_img {
231 max-height: 100%; 231 max-height: 100%;