Website_jan.su/_source/scss/styles.scss

61 lines
879 B
SCSS
Raw Normal View History

2020-05-27 23:05:39 +02:00
$color1: #4BB5A9;
$color2: #D6E8E6;
$svg_background: #111;
2020-05-27 20:51:32 +02:00
body {
2020-05-27 23:05:39 +02:00
background-color: $color2;
2020-05-27 20:51:32 +02:00
color: #111111;
font-family: sans-serif;
font-size: 24px;
}
2020-05-27 23:05:39 +02:00
.list_links {
font-size: 18px;
list-style: none;
margin: 0 1em;
padding: 0;
li {
background-color: $color1;
margin: 0.5em 0;
}
a {
color: $color2;
display: block;
padding: 0.65em;
text-decoration: none;
}
a:visited {
color: $color2;
}
}
.link-icon {
display: inline-block;
margin-right: 0.5em;
width: 24px;
height: 24px;
svg {
height: 24px;
width: 24px;
fill: $svg_background;
}
}
footer {
margin-top: 1.5em;
font-size: 12px;
a {
color: #111;
}
a:visited {
color: #111;
}
p {
margin: 0 0 0 0.65em;
}
}