correction maud
This commit is contained in:
@@ -439,15 +439,19 @@
|
||||
font-weight: 600;
|
||||
text-transform: initial;
|
||||
cursor: pointer;
|
||||
display: grid;
|
||||
grid-template-columns: 95% 5%;
|
||||
align-content: center;
|
||||
// margin-top: 1rem;
|
||||
}
|
||||
.field_titre:after{
|
||||
content: '▼';
|
||||
float: right;
|
||||
-webkit-transition: all 250ms ease;
|
||||
-moz-transition: all 250ms ease;
|
||||
-o-transition: all 250ms ease;
|
||||
transition: all 250ms ease;
|
||||
align-self: center;
|
||||
justify-self: center;
|
||||
}
|
||||
.rotate:after{
|
||||
transform: rotate(180deg);
|
||||
|
||||
Reference in New Issue
Block a user