Update fonts
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
body{
|
||||
font-family: 'Roboto';
|
||||
}
|
||||
.flat-progressbar{
|
||||
height: 10px;
|
||||
}
|
||||
@ -5,9 +8,20 @@
|
||||
.console{
|
||||
height: 480px;
|
||||
}
|
||||
#consoleTextArea{
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
font-size: 14px;
|
||||
height: 500px;
|
||||
overflow: scroll;
|
||||
background-color: #888;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.form-control::-webkit-input-placeholder { opacity: 0.4; } /* WebKit, Blink, Edge */
|
||||
.form-control:-moz-placeholder { opacity: 0.4; } /* Mozilla Firefox 4 to 18 */
|
||||
.form-control::-moz-placeholder { opacity: 0.4; } /* Mozilla Firefox 19+ */
|
||||
.form-control:-ms-input-placeholder { opacity: 0.4; } /* Internet Explorer 10-11 */
|
||||
.form-control::-ms-input-placeholder { opacity: 0.4; } /* Microsoft Edge */
|
||||
.nav-link, .dropdown-item {
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user