16 lines
371 B
SCSS
16 lines
371 B
SCSS
.page-mon-espace-de-travail{
|
|
.layout-content{
|
|
width: 50%;
|
|
margin-left: 8%;
|
|
.field--type-file{
|
|
background-color: transparent;
|
|
border: none;
|
|
|
|
}
|
|
.js-form-type-textfield{
|
|
flex-direction: row;
|
|
label{margin-right: 1rem;}
|
|
align-content: center;
|
|
}
|
|
}
|
|
} |