Schulchronik Vollständig
This commit is contained in:
@ -8,6 +8,30 @@ body {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.list-items {
|
||||
ul {
|
||||
padding-left: 0;
|
||||
|
||||
li {
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
margin-bottom: 10px;
|
||||
list-style-type: none;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
content: "\e65d";
|
||||
font-family: $icon-font;
|
||||
font-size: 14px;
|
||||
left: 0;
|
||||
top: 1px;
|
||||
color: $primary-color;
|
||||
transition: .3s ease;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* preloader */
|
||||
|
||||
.preloader {
|
||||
|
@ -1,9 +1,8 @@
|
||||
/* typography */
|
||||
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
|
||||
@import url('https://code.cdn.mozilla.net/fonts/fira.css');
|
||||
|
||||
@font-face {
|
||||
font-family: 'futura-bold';
|
||||
src: url('../fonts/Futura-Bold.woff') format('woff');
|
||||
font-family: 'Fira Sans';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ $light: #f8f9fe;
|
||||
$gray: #f8f8f8;
|
||||
|
||||
// Font Variables
|
||||
$primary-font: 'Poppins', sans-serif;
|
||||
$secondary-font: 'futura-bold';
|
||||
$icon-font: 'themify';
|
||||
$primary-font: 'Fira Sans', sans-serif;
|
||||
$secondary-font: 'Fira Sans';
|
||||
$icon-font: 'themify';
|
||||
|
Reference in New Issue
Block a user