comparison sat_templates/templates/bulma/static/styles.css @ 260:caadb06854a0

bulma (invitation): invitation manager first draft
author Goffi <goffi@goffi.org>
date Sat, 01 Aug 2020 17:01:31 +0200
parents c8eb86b49cb5
children 23180988ee6b
comparison
equal deleted inserted replaced
259:a18374320194 260:caadb06854a0
151 height: 100vh; 151 height: 100vh;
152 width: 100vw; 152 width: 100vw;
153 z-index: 150; 153 z-index: 150;
154 } 154 }
155 155
156 .comments_side_panel { 156 .comments_side_panel, .invitation_manager_side_panel {
157 position: absolute; 157 position: absolute;
158 top: 0; 158 top: 0;
159 right: 0; 159 right: 0;
160 height: 100vh; 160 height: 100vh;
161 width: 0; 161 width: 0;
165 transition: width 0.3s ease-out; 165 transition: width 0.3s ease-out;
166 overflow: auto; 166 overflow: auto;
167 color: black; 167 color: black;
168 } 168 }
169 169
170 .comments_side_panel.open { 170 .comments_side_panel.open, .invitation_manager_side_panel.open {
171 width: 55rem; 171 width: 55rem;
172 transition: width 0.3s ease-out; 172 transition: width 0.3s ease-out;
173 } 173 }
174 174
175 /************* 175 /*************
310 margin-top: 0.7em; 310 margin-top: 0.7em;
311 } 311 }
312 312
313 /******** 313 /********
314 * tabs * 314 * tabs *
315 *******/ 315 ********/
316 316
317 #tab_guests { 317 #tab_guests {
318 overflow: auto; 318 overflow: auto;
319 } 319 }
320 320