changeset 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
files sat_templates/templates/bulma/static/styles.css
diffstat 1 files changed, 17 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Thu Jul 16 09:08:34 2020 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Sat Aug 01 17:01:27 2020 +0200
@@ -50,9 +50,9 @@
 }
 
 .x-is-hoverable-primary:hover {
-	background-color: var(--col-primary) !important;
-	border-radius: 50%;
-	box-shadow: 0px 0px 0 0.25rem var(--col-primary);
+    background-color: var(--col-primary) !important;
+    border-radius: 50%;
+    box-shadow: 0px 0px 0 0.25rem var(--col-primary);
 }
 
 .is-chat-message {
@@ -66,7 +66,7 @@
 }
 
 .has-no-background {
-	box-shadow: none !important;
+    box-shadow: none !important;
     background-color: initial !important;
 }
 
@@ -105,7 +105,7 @@
  **************/
 
 .selected_for_deletion {
-	outline: solid red 0.25rem;
+    outline: solid red 0.25rem;
 }
 
 /***************
@@ -150,20 +150,20 @@
 }
 
 .comments_side_panel {
-	position: absolute;
-	top: 0;
-	right: 0;
-	height: 100vh;
-	width: 0;
+    position: absolute;
+    top: 0;
+    right: 0;
+    height: 100vh;
+    width: 0;
     max-width: 80%;
-	z-index: 200;
-	background: white;
-	transition: width 0.3s ease-out;
+    z-index: 200;
+    background: white;
+    transition: width 0.3s ease-out;
 }
 
 .comments_side_panel.open {
-	width: 55rem;
-	transition: width 0.3s ease-out;
+    width: 55rem;
+    transition: width 0.3s ease-out;
 }
 
 /*************
@@ -218,12 +218,12 @@
 }
 
 .swiper-button-prev {
-	left: 2.1rem !important;
+    left: 2.1rem !important;
     color: #f1f1f1 !important;
 }
 
 .swiper-button-next {
-	right: 2.1rem !important;
+    right: 2.1rem !important;
     color: #f1f1f1 !important;
 }