mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
110 lines
1.5 KiB
CSS
110 lines
1.5 KiB
CSS
body {
|
|
background-color: #202432;
|
|
}
|
|
|
|
.jumbotron {
|
|
background-color: #384161;
|
|
color: #c3cdf0;
|
|
font-family: Heebo;
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.username-input {
|
|
margin-bottom: 20px;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.jumbotron .btn {
|
|
background-color: #5a658e;
|
|
color: #ffffff;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
margin: auto;
|
|
padding: 10px 30px;
|
|
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;
|
|
}
|
|
|
|
.logo {
|
|
width: 60%;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.or-container {
|
|
position: relative;
|
|
margin-top: 50px;
|
|
background-color: #384161;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.or-container hr{
|
|
border-top: 1px solid rgba(255,255,255,0.3);
|
|
}
|
|
|
|
.or {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: -10px;
|
|
margin: auto;
|
|
width: 30px;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
color: #8693be;
|
|
background-color: inherit;
|
|
}
|
|
|
|
.github-link {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
a {
|
|
color: #ffffff;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
a:hover, a:active, a:focus {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.fa.fa-2x {
|
|
font-size: 1.8em;
|
|
}
|
|
|
|
.fork-github {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|