2018-04-26 07:28:24 -04:00
|
|
|
.terms {
|
2018-05-04 11:55:55 -04:00
|
|
|
.with-performance-bar & {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2018-04-27 10:50:33 -04:00
|
|
|
.alert-wrapper {
|
|
|
|
min-height: $header-height + $gl-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
padding-top: $gl-padding;
|
|
|
|
}
|
|
|
|
|
2018-06-04 11:02:49 -04:00
|
|
|
.card {
|
|
|
|
.card-header {
|
2018-04-26 07:28:24 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2018-05-09 15:56:00 -04:00
|
|
|
line-height: $line-height-base;
|
2018-04-26 07:28:24 -04:00
|
|
|
|
2018-06-01 20:40:09 -04:00
|
|
|
.logo-text {
|
|
|
|
width: 55px;
|
|
|
|
height: 24px;
|
2018-04-26 07:28:24 -04:00
|
|
|
display: flex;
|
2018-06-01 20:40:09 -04:00
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2018-04-26 07:28:24 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-collapse {
|
|
|
|
padding-right: 0;
|
2018-06-04 11:02:49 -04:00
|
|
|
flex-grow: 0;
|
|
|
|
flex-basis: auto;
|
2018-05-09 15:56:00 -04:00
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-04-26 07:28:24 -04:00
|
|
|
}
|
|
|
|
|
2018-05-09 15:56:00 -04:00
|
|
|
.nav li {
|
|
|
|
float: none;
|
2018-04-26 07:28:24 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-content {
|
2018-04-27 10:50:33 -04:00
|
|
|
padding: $gl-padding;
|
|
|
|
|
|
|
|
*:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
*:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-04-26 07:28:24 -04:00
|
|
|
}
|
2018-04-27 08:56:50 -04:00
|
|
|
|
|
|
|
.footer-block {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-04-26 07:28:24 -04:00
|
|
|
}
|
|
|
|
}
|