159 lines
2.4 KiB
CSS
159 lines
2.4 KiB
CSS
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.navbar {
|
|
margin: 0;
|
|
}
|
|
|
|
.navbar .homeLink {
|
|
color: white;
|
|
}
|
|
|
|
.navbar .centerText {
|
|
text-align: center;
|
|
width: 90%;
|
|
}
|
|
|
|
.sectionHome .repositoryList {
|
|
max-width: 70%;
|
|
margin: auto;
|
|
}
|
|
|
|
.repositoryInfo {
|
|
min-width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.repositoryInfo .wrapperAlwaysDisplayed, .repositoryInfo .wrapperWithCheckBox {
|
|
width: 70%;
|
|
margin: auto;
|
|
}
|
|
|
|
.repositoryInfo .repositoryDetail {
|
|
margin: 5%;
|
|
padding: 15px;
|
|
}
|
|
|
|
.repositoryInfo .repositoryDetail .lines {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.repositoryInfo .repositoryDetail .clock-icon {
|
|
vertical-align: middle;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.repositoryInfo .repositoryDetail .commandDisplay {
|
|
line-height: 300%;
|
|
border-radius: 5px;
|
|
padding: 0 15px;
|
|
margin-top: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.repositoryInfo .tagsOverview {
|
|
margin: 5%;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.repositoryInfo .tagsOverview .iconWrapper {
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|
|
|
|
.repositoryInfo .tagsOverview .icon {
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|
|
|
|
.repositoryInfo .tagsOverview .lines {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.repositoryInfo .tagsOverview .moreBtn {
|
|
margin-top: 10px;
|
|
color: #1976d2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.repositoryInfo .tagsOverview .moreBtn:focus {
|
|
color: purple;
|
|
}
|
|
|
|
.repositoryInfo .detailsCard {
|
|
margin: 0 5%;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.repositoryInfo .tagCard {
|
|
margin: 5%;
|
|
padding: 15px;
|
|
}
|
|
|
|
.repositoryInfo .tagCard .commandDisplay {
|
|
line-height: 200%;
|
|
border-radius: 5px;
|
|
padding: 0 15px;
|
|
margin-top: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.repositoryInfo .tagCard .lines {
|
|
margin-top: 10px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
@media (max-width: 1199px) {
|
|
.repositoryInfo .wrapperAlwaysDisplayed, .repositoryInfo .wrapperWithCheckBox {
|
|
width: 90%;
|
|
}
|
|
}
|
|
|
|
.login .grid-container {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin: auto;
|
|
margin-top: 20%;
|
|
max-width: 40% !important;
|
|
}
|
|
|
|
.login .grid-container > * {
|
|
width: 98%;
|
|
margin: 0.5% 0;
|
|
}
|
|
|
|
.login .grid-container .login-label {
|
|
display: inline-block;
|
|
text-align: center;
|
|
margin: 5% 0;
|
|
font-size: 200%;
|
|
}
|
|
|
|
.login .grid-container .login-btn {
|
|
margin: 5% 0;
|
|
width: 40%;
|
|
}
|
|
|
|
.login .grid-container .skip-login-btn {
|
|
margin: 5% 0;
|
|
background-color: #ed7f88;
|
|
}
|
|
|
|
.get-url {
|
|
max-width: 70%;
|
|
margin: auto;
|
|
margin-top: 35%;
|
|
}
|
|
|
|
.get-url .submit-url-btn {
|
|
margin-top: 6.5%;
|
|
}
|
|
/*# sourceMappingURL=style.css.map */ |