included glitchtip/sentry
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
@use "sass:math";
|
||||
@use "sass:color";
|
||||
|
||||
// @import '~slim-select/scss';
|
||||
|
||||
@import 'slim-select/styles';
|
||||
|
||||
$mdi-font-path: './mdi/fonts/';
|
||||
@import './mdi/css/materialdesignicons.css';
|
||||
@import './mdi/scss/variables';
|
||||
@@ -765,7 +769,7 @@ aside.messages{
|
||||
nav.tabs{
|
||||
ul.tabs.primary{
|
||||
li{
|
||||
background-color: change-color($color-base, $alpha: 0.5);
|
||||
background-color: color.change($color-base, $alpha: 0.5);
|
||||
color:#fff;
|
||||
&.is-active{
|
||||
background-color: $color-base;
|
||||
@@ -1039,11 +1043,11 @@ article.node--type-frontpage{
|
||||
justify-content: space-around;
|
||||
}
|
||||
li{
|
||||
padding:0 0 $column_goutiere / 2 0;
|
||||
padding:0 0 math.div($column_goutiere, 2) 0;
|
||||
box-sizing: border-box;
|
||||
// padding-top: 140%;
|
||||
width: $column_width / 2;
|
||||
height: $card_height / 2;
|
||||
width: math.div($column_width, 2);
|
||||
height: math.div($card_height, 2);
|
||||
position: relative;
|
||||
list-style: none;
|
||||
margin:0;
|
||||
@@ -1666,6 +1670,8 @@ article.card{
|
||||
background-color: #fff;
|
||||
box-sizing: content-box;
|
||||
padding: 0.3em 0.1em;
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
>*{
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
@@ -1769,8 +1775,6 @@ article.card{
|
||||
}
|
||||
}
|
||||
}
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
@include hover{
|
||||
@@ -2177,7 +2181,7 @@ article.card{
|
||||
display: inline-block;
|
||||
width:$column_width;
|
||||
margin:0 $column_goutiere $column_goutiere*0.6 0;
|
||||
height:$card_height / 2;
|
||||
height:math.div($card_height, 2);
|
||||
background-size: cover;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user