18 lines
167 B
CSS
18 lines
167 B
CSS
/* TAGS */
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
|
|
/* CLASSES */
|
|
|
|
.logo {
|
|
font-size: 60px;
|
|
margin: 10px;
|
|
}
|
|
|
|
.panel-auth {
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
} |