clearml-server/webserver/static/styles/index.css
2019-06-14 02:20:33 +03:00

45 lines
692 B
CSS

body {
background-color: #202432;
}
.jumbotron {
background-color: #384161;
color: #c3cdf0;
font-family: Heebo;
}
.jumbotron .btn {
background-color: #2c3246;
color: #c3cdf0;
border:0px solid transparent; /* this was 1px earlier */
}
.jumbotron .btn:hover {
background-color: #c3cdf0;
color: #2c3246;
border:0px solid transparent; /* this was 1px earlier */
}
.login-buttons .btn {
text-align: left !important;
margin-bottom: 10px;
}
.login-buttons .btn i {
margin-right: 10px;
}
.mobile-warn {
font-size: 40px;
display: none;
}
.mobile-warn.show {
display: block;
}
.mobile-warn > strong {
margin-right: 5px;
}
/*# sourceMappingURL=index.css.map */