upgrading layout
This commit is contained in:
parent
34dfc470d8
commit
90423f31e0
14 changed files with 174 additions and 126 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