install scss
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
|
||||
|
||||
|
||||
|
||||
.dialog-off-canvas-main-canvas{
|
||||
background-color: rgb(0, 255, 106) !important;
|
||||
}
|
||||
|
||||
|
||||
.layout-container {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
background-color: red;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
#footer-bottom {
|
||||
|
||||
height: 200px;
|
||||
background-color: salmon;
|
||||
}
|
||||
|
||||
.layout-content {
|
||||
display: flex;
|
||||
margin: auto;
|
||||
background-color: aqua;
|
||||
|
||||
text-transform: uppercase;
|
||||
max-width: 50%;
|
||||
|
||||
}
|
||||
|
||||
#auth_box {
|
||||
background-color: $blue-light;
|
||||
font-family: $font-family-default;
|
||||
font-style: $font-regular-italic;
|
||||
// font-family: 'Marianne';
|
||||
// font-weight: 300;
|
||||
#middle_part {
|
||||
color: $grey-background;
|
||||
background-color: $black;
|
||||
}
|
||||
}
|
||||
|
||||
// class="rouge" que j'ai rajouté dans fichiers templates/layout/field.html.twig marche pas
|
||||
.rouge {
|
||||
text-decoration: brown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user