21 lines
No EOL
379 B
SCSS
21 lines
No EOL
379 B
SCSS
@use "general";
|
|
@use "fonts";
|
|
@use "main-palette" as mp;
|
|
|
|
body {
|
|
background-color: mp.$bg;
|
|
/*background-image: url("/img/bgpat.png");
|
|
background-repeat: repeat;*/
|
|
|
|
a { color: mp.$link; }
|
|
}
|
|
|
|
.header-wrapper{
|
|
display: inline;
|
|
|
|
.header-banner {
|
|
display: inherit;
|
|
border: 1px solid mp.$border;
|
|
border-radius: 0% 0% 20px 0%;
|
|
}
|
|
} |