murda dem safari boombaclat!
This commit is contained in:
parent
596caa8558
commit
e43c5acd79
7 changed files with 65 additions and 2 deletions
30
_sass/zafari.scss
Normal file
30
_sass/zafari.scss
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue