UX: no need for all these margins
This commit is contained in:
parent
6148ae8775
commit
9cdfef2b27
|
@ -681,15 +681,12 @@ section.details {
|
||||||
|
|
||||||
.dashboard-left {
|
.dashboard-left {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 10px;
|
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-right {
|
.dashboard-right {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 10px;
|
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
|
||||||
|
|
||||||
.dashboard-stats {
|
.dashboard-stats {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
@ -697,7 +694,6 @@ section.details {
|
||||||
}
|
}
|
||||||
|
|
||||||
.version-check {
|
.version-check {
|
||||||
margin-top: 10px;
|
|
||||||
|
|
||||||
.version-number {
|
.version-number {
|
||||||
font-size: 1.286em;
|
font-size: 1.286em;
|
||||||
|
@ -822,15 +818,13 @@ table.api-keys {
|
||||||
&.detected-problems {
|
&.detected-problems {
|
||||||
background: dark-light-diff($primary, $secondary, 90%, -75%);
|
background: dark-light-diff($primary, $secondary, 90%, -75%);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin-top: 10px;
|
|
||||||
|
|
||||||
.look-here {
|
.look-here {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 20px 10px 0 10px;
|
margin: 20px 10px 0 10px;
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
font-size: 2.286em
|
font-size: 2.286em;
|
||||||
;
|
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: $primary
|
color: $primary
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue