1
0
Fork 0
satnogs-network/network/static/css/_common.scss

88 lines
1.2 KiB
SCSS

body {
font-size: 14px;
line-height: 1.3;
font-family: ClearSans;
}
a:hover {
text-decoration: none;
}
.alert-debug {
color: black;
background-color: white;
border-color: #d6e9c6;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-warning {
color: black;
background-color: orange;
border-color: #d6e9c6;
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.error {
margin-top: 40px auto 0 auto;
width: 500px;
text-align: center;
}
.help-block {
margin-bottom: 0;
}
.form-group {
margin-left: 0;
margin-right: 0;
}
.bottom-details {
margin-top: 10px;
}
.img-avatar {
border: 2px solid white;
border-radius: 50px;
float: left;
margin: 0 auto;
margin-top: -7px;
margin-right: 5px;
}
.form-avatar {
margin-bottom: 10px;
}
.progress {
margin-bottom: 0;
}
footer {
margin-bottom: 10px;
}
.footer-options {
padding: 10px;
}
.navbar-default {
background-color: white;
}