You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gosuv/res/css/style.css

31 lines
544 B

/* */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.navbar {
border-radius: 0px;
background-color: #1b926c;
border-color: #1fa67a;
}
.navbar .navbar-brand {
color: white;
}
.navbar ul.navbar-nav>li>a {
color: white;
}
.realtime-log {
height: 50em;
}
.status-icon {
border-radius: 1.5em;
display: inline-block;
width: 1.5em;
font-size: 0.2em;
}