css filters
This commit is contained in:
@@ -129,6 +129,9 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 1rem;
|
||||
@media (max-width: 479px){
|
||||
justify-content: center;
|
||||
}
|
||||
.form-item{
|
||||
padding: 0.5rem;
|
||||
align-self: center;
|
||||
@@ -138,6 +141,7 @@
|
||||
}
|
||||
select, input{
|
||||
padding: 0.3rem;
|
||||
margin:0.5rem;
|
||||
}
|
||||
|
||||
#edit-field-mots-clefs-target-id{
|
||||
@@ -151,7 +155,11 @@
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-self: center;
|
||||
vertical-align: middle;
|
||||
margin-left: auto;
|
||||
@media (max-width: 479px){
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
}
|
||||
#edit-submit-base-de-donnees{
|
||||
background-color: $blue-light;
|
||||
color: white;
|
||||
@@ -161,8 +169,7 @@
|
||||
margin-left: 2rem;
|
||||
|
||||
@media (max-width: 479px){
|
||||
margin-left: 0rem;
|
||||
margin-right: 2rem;
|
||||
margin: auto;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
@@ -174,6 +181,10 @@
|
||||
padding: 0.3rem 0.7rem;
|
||||
margin-top: 1rem;
|
||||
margin-left: 1rem;
|
||||
@media (max-width: 479px){
|
||||
margin: auto;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user