murda dem safari boombaclat!

This commit is contained in:
sakrecoer 2020-08-11 14:47:20 +02:00
parent 596caa8558
commit e43c5acd79
7 changed files with 65 additions and 2 deletions

30
_sass/zafari.scss Normal file
View file

@ -0,0 +1,30 @@
.zafariClass {
opacity:1;
pointer-events: auto;
background-color: var(--bg);
text-align: center;
z-index: 10000;
overflow-y: scroll;
> div {
flex-direction: column;
align-items: center;
justify-content: center;
max-width: 700px;
h2 {
font-family: _font(family);
}
ul {
padding: 20px;
width: 100%
}
li {
list-style-type: none;
margin: 20px;
padding: 0;
a {
display: block;
font-size: 14px
}
}
}
}