Starting popup notice
This commit is contained in:
17
frontend/static/css/index.css
Normal file
17
frontend/static/css/index.css
Normal file
@ -0,0 +1,17 @@
|
||||
*{
|
||||
color: #cccccc;
|
||||
font-size: 35px;
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
|
||||
body {
|
||||
}
|
||||
|
||||
#app #avatar
|
||||
{
|
||||
max-height: 10em;
|
||||
max-width: 10em;
|
||||
min-height: 6em;
|
||||
min-width: 6em;
|
||||
}
|
||||
|
@ -1,18 +1,17 @@
|
||||
#app #main .account
|
||||
{
|
||||
background-color: red;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
#app #main
|
||||
{
|
||||
width: 60%;
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
flex-direction: column;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
#app #main .profile
|
||||
{
|
||||
background-color: green;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
@ -1,9 +1,3 @@
|
||||
#app #avatar
|
||||
{
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#app #username
|
||||
{
|
||||
font-size: 0.8em;
|
||||
|
@ -1,7 +1,10 @@
|
||||
#app img
|
||||
|
||||
{
|
||||
max-height: 3em;
|
||||
max-width: 3em;
|
||||
max-height: 4em;
|
||||
max-width: 4em;
|
||||
min-height: 2em;
|
||||
min-width: 2em;
|
||||
}
|
||||
|
||||
#app ul
|
||||
|
Reference in New Issue
Block a user