# HG changeset patch # User Goffi # Date 1596294087 -7200 # Node ID 7397d81dd63306d19394010dab70c82f63e812c8 # Parent a0e889d73badbb5e5d4ea4457f14fd229cccc8e9 bulma (css): fixed tab/spacing diff -r a0e889d73bad -r 7397d81dd633 sat_templates/templates/bulma/static/styles.css --- 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; }