Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-793 Update panels to cards
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosogabriel committed Nov 27, 2015
1 parent 772684f commit 4e2e3e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions console/src/main/scripts/plugins/metrics/less/metrics.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ body {
.row { // reducing space between boxes

@media (min-width: @screen-lg-min) {
/*
> .col-lg-9 + .col-lg-3 {
padding-left: 0;
}
*/

> .col-lg-3 + .col-lg-6 {
padding-right: 0;
Expand All @@ -67,26 +69,24 @@ body {
}

@media (max-width: @screen-md-max) {
/*
> .col-md-8 + .col-md-4 {
padding-left: 0;
}
*/

> .col-md-4 + .col-md-8 {
padding-left: 0;
}
}

/*
@media (min-width: @screen-md-min) {
> .col-md-9 + .col-md-3 {
padding-left: 0;
}
}
}

.hk-sidebar-right {
@media (max-width: @screen-md-max) {
margin-top: 20px;
}
*/
}


Expand Down

0 comments on commit 4e2e3e1

Please sign in to comment.