app/assets/stylesheets/cm_admin/base/show.scss in cm-admin-1.1.4 vs app/assets/stylesheets/cm_admin/base/show.scss in cm-admin-1.1.5
- old
+ new
@@ -1,10 +1,10 @@
@import "../helpers/index.scss";
.show-page {
overflow: auto;
-
+
&__tabs {
.cm-tabs-bar {
background-color: $white;
width: 100%;
.nav-pills {
@@ -46,29 +46,23 @@
background-color: $white;
border: 1px solid $grey-light-clr;
border-radius: $radius-4;
}
.info-split {
- display: flex;
+ display: grid;
+ grid-template-columns: 140px 1fr;
+ grid-column-gap: 24px;
margin-bottom: 24px;
&:nth-last-child(1) {
margin-bottom: 0;
}
&__lhs {
- width: 20%;
- p {
- @include font($size: $t4-text, $color: $ink-lighter-clr);
- line-height: 22px;
- margin: 0;
- }
+ @include font($size: $t4-text, $color: $ink-lighter-clr);
+ line-height: 22px;
}
&__rhs {
- width: 80%;
- p {
- @include font($size: $t4-text, $color: $primary-text-clr);
- line-height: 19px;
- margin: 0;
- }
+ @include font($size: $t4-text, $color: $primary-text-clr);
+ line-height: 19px;
}
}
}
}
.filters-bar {