Schulchronik Vollständig

This commit is contained in:
Denys Konovalov
2020-08-07 21:08:46 +02:00
parent 6d43177e14
commit b25868cc01
942 changed files with 88069 additions and 83 deletions

View File

@ -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 {

View File

@ -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;
}

View File

@ -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';