Added fancy text to posts and comments
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
.admin-panel input[type="radio"], input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
height: auto;
|
||||
height: 28px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
|
||||
@@ -307,9 +307,16 @@ div[data-title]:hover:after {
|
||||
body {
|
||||
font-size: 28px!important;
|
||||
}
|
||||
button, input {
|
||||
button, input, select {
|
||||
font-size: 28px;
|
||||
height: 42px;
|
||||
}
|
||||
textarea {
|
||||
font-size: 28px;
|
||||
}
|
||||
input[type="checkbox"], input[type="radio"] {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user