install scss

This commit is contained in:
2021-11-11 17:34:44 +01:00
parent dea7e22990
commit c54ba4f6e5
65 changed files with 24149 additions and 1 deletions
@@ -0,0 +1,27 @@
.dialog-off-canvas-main-canvas {
background-color: #00ff6a !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;
font-family: 'Marianne';
font-weight: 300; }
.rouge {
text-decoration: brown; }