Cleaned up unneeded code in css

pull/199/head
katibest 7 years ago
parent a1c7132ae0
commit 3fbe241cb9
  1. 4
      apps/explorer_web/assets/css/_utilities.scss
  2. 18
      apps/explorer_web/assets/css/components/_panels.scss
  3. 4
      apps/explorer_web/assets/css/explorer/_table.scss

@ -472,11 +472,11 @@ $padding-xs: 5px;
}
&-top {
border-top: 1px solid lighten($gray-300, 42%);
border-top: 1px solid lighten($primary, 40%);
}
&-bottom {
border-bottom: 1px solid lighten($gray-300, 42%);
border-bottom: 1px solid lighten($primary, 40%);
&-bold {
border-bottom: 2px solid lighten($gray-300, 32%);

@ -1,12 +1,16 @@
.panels {
@extend %paper;
&__container {
padding: 20px;
}
&__container {
padding: 20px;
}
}
.pagination {
text-align: right;
margin: 10px;
}
.pagination {
text-align: right;
margin: 10px;
}
.monospace {
font-family: $font-family-monospace;
}

@ -1,8 +1,6 @@
.table-font {
font-size: 12px;
color: $gray-800;
thead th, td, th, tbody+tbody {
thead th, td, th {
border-top: none;
border-bottom: none;
}

Loading…
Cancel
Save