Added basic control panel
This commit is contained in:
27
frontend/views/control/scss/text.scss
Normal file
27
frontend/views/control/scss/text.scss
Normal file
@@ -0,0 +1,27 @@
|
||||
h1 {
|
||||
font-size: 45px;
|
||||
margin: 0px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
margin: 0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 22px;
|
||||
margin: 0px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 14px;
|
||||
margin: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user