This commit is contained in:
2020-08-12 16:36:58 +02:00
parent 5acce81b47
commit a1e4d68b8f
2 changed files with 9 additions and 28 deletions

View File

@ -10,4 +10,4 @@ type: notice
Daher dass die neue Website sich im Entwicklungsstadium befindet können hier fehlerhafte Informationen vorfindbar sein. Daher dass die neue Website sich im Entwicklungsstadium befindet können hier fehlerhafte Informationen vorfindbar sein.
Wir bitten vorerst die Website <https://georg-cantor-gymnasium.de> zu nutzen. Wir bitten vorerst die Website <https://georg-cantor-gymnasium.de> zu nutzen.

View File

@ -165,23 +165,6 @@ body {
background: #ffcd6e; background: #ffcd6e;
color: #fff; } color: #fff; }
.list-items ul {
padding-left: 0; }
.list-items ul li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
list-style-type: none; }
.list-items ul li::before {
position: absolute;
content: "\e65d";
font-family: "themify";
font-size: 14px;
left: 0;
top: 1px;
color: #ffbc3b;
transition: .3s ease; }
/* preloader */ /* preloader */
.preloader { .preloader {
position: fixed; position: fixed;
@ -427,18 +410,16 @@ textarea.form-control {
padding-left: 0; } padding-left: 0; }
.content ul li { .content ul li {
position: relative; position: relative;
padding-left: 20px; margin-bottom: 10px; }
margin-bottom: 10px;
list-style-type: none; }
.content ul li::before { .content ul li::before {
position: absolute; position: absolute;
content: "\e65d"; content: "";
font-family: "themify"; height: 10px;
font-size: 14px; width: 10px;
left: 0; border-radius: 50%;
top: 1px; background: #ffbc3b;
color: #ffbc3b; left: -25px;
transition: .3s ease; } top: 5px; }
.content table { .content table {
text-align: left; text-align: left;