micro fixes
This commit is contained in:
+16
-6
@@ -28,8 +28,8 @@ that is currently Firefox-only */
|
||||
|
||||
body{
|
||||
color: #1a1a1a;
|
||||
// background-image: url('/static/img/grille-ligne-de-base.png');
|
||||
// background-repeat: repeat;
|
||||
background-image: url('/static/img/grille-ligne-de-base.png');
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
#root{
|
||||
@@ -316,6 +316,7 @@ section[role="main-content"]{
|
||||
li{
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
padding: 3px;
|
||||
&.inactive{
|
||||
opacity: 0.4;
|
||||
}
|
||||
@@ -324,7 +325,16 @@ section[role="main-content"]{
|
||||
font-variant: small-caps;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
line-height: $base-line / 2;
|
||||
// line-height: $base-line / 2;
|
||||
border: 1px solid $grisclair;
|
||||
border-radius: 3px;
|
||||
padding: 0.3em;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&:not(:first-of-type) span{
|
||||
width: 1.1em; height: 1.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -472,15 +482,15 @@ section[role="main-content"]{
|
||||
}
|
||||
}
|
||||
.attested-forms-occurences{
|
||||
ul{
|
||||
>ul{
|
||||
>li{
|
||||
margin: 0 0 1em 0;
|
||||
h3{
|
||||
@include title1black;
|
||||
padding:0 0 $base-line / 2 0;
|
||||
padding:0 0 0 0;
|
||||
}
|
||||
li{
|
||||
margin: 0 0 0.5em 0;
|
||||
// margin: 0 0 0.5em 0;
|
||||
h4{
|
||||
// @include title3black;
|
||||
@include title4grey;
|
||||
|
||||
Reference in New Issue
Block a user