correction maud

This commit is contained in:
armansansd
2021-08-27 23:38:40 +02:00
parent d4ab459ac2
commit 7bb4d86582
5 changed files with 55 additions and 37 deletions

View File

@@ -10,7 +10,7 @@
.views-field{
color: $col-1;
}
.views-field-title{
.views-field-title > span{
color: $col-1;
&:hover{
background: $col-1;
@@ -29,7 +29,7 @@
.views-field{
color: $col-2;
}
.views-field-title{
.views-field-title > span{
color: $col-2;
&:hover{
background: $col-2;
@@ -47,7 +47,7 @@
.views-field{
color: $col-eur;
}
.views-field-title{
.views-field-title > span{
color: $col-eur;
&:hover{
background: $col-eur;
@@ -65,7 +65,7 @@
.views-field{
color: $col-2;
}
.views-field-title{
.views-field-title > span{
color: $col-2;
&:hover{
background: $col-2;
@@ -83,7 +83,7 @@
.views-field{
color: $col-mond;
}
.views-field-title{
.views-field-title > span{
color: $col-mond;
&:hover{
background: $col-mond;
@@ -100,7 +100,7 @@
.views-field{
color: $col-ter;
}
.views-field-title{
.views-field-title > span{
color: $col-ter;
&:hover{
background: $col-ter;
@@ -117,7 +117,7 @@
.views-field{
color: $col-met;
}
.views-field-title{
.views-field-title > span{
color: $col-met;
&:hover{
background: $col-met;
@@ -183,14 +183,18 @@
// a, span{
// }
.views-field-title a, .views-field-title span{
.views-field-title>span{
display: inline-block;
width: auto;
padding: .2rem .5rem;
text-transform: uppercase;
text-decoration: none;
font-weight: 600;
a{
text-decoration: none;
}
}
}