Fixed minor CSS quality mistakes
parent
1600a55b65
commit
b186886848
|
@ -2,7 +2,7 @@
|
||||||
background: $grayer; // Fallback
|
background: $grayer; // Fallback
|
||||||
color: $white;
|
color: $white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 0 .5rem 0;
|
margin: 0 0 .5rem;
|
||||||
padding: .2rem .5rem;
|
padding: .2rem .5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.icon-delete {
|
.icon-delete {
|
||||||
|
|
|
@ -60,7 +60,7 @@ body {
|
||||||
.menu-secondary {
|
.menu-secondary {
|
||||||
@include table-flex-child(1, 260px, 0, 260px);
|
@include table-flex-child(1, 260px, 0, 260px);
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
padding: 2em 1em;
|
padding: 2rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-tertiary {
|
.menu-tertiary {
|
||||||
|
@ -71,12 +71,11 @@ body {
|
||||||
|
|
||||||
.extrabar {
|
.extrabar {
|
||||||
background: $whitish;
|
background: $whitish;
|
||||||
// display: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
@include table-flex-child(8, 600px, 0, 600px);
|
@include table-flex-child(8, 600px, 0, 600px);
|
||||||
padding: 2em;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
@ -14,6 +14,7 @@ $prefix-for-spec: true;
|
||||||
@import 'dependencies/typography';
|
@import 'dependencies/typography';
|
||||||
@import 'dependencies/elements';
|
@import 'dependencies/elements';
|
||||||
@import 'dependencies/mixins';
|
@import 'dependencies/mixins';
|
||||||
|
@import 'dependencies/responsive';
|
||||||
@import 'dependencies/forms';
|
@import 'dependencies/forms';
|
||||||
|
|
||||||
//Components
|
//Components
|
||||||
|
@ -61,10 +62,6 @@ $prefix-for-spec: true;
|
||||||
@import 'modules/register-form';
|
@import 'modules/register-form';
|
||||||
@import 'modules/forgot-form';
|
@import 'modules/forgot-form';
|
||||||
|
|
||||||
// Responsive
|
|
||||||
@import 'responsive/mobile';
|
|
||||||
@import 'responsive/screen';
|
|
||||||
|
|
||||||
//Layout
|
//Layout
|
||||||
@import 'layout/base';
|
@import 'layout/base';
|
||||||
@import 'layout/login';
|
@import 'layout/login';
|
||||||
|
|
Loading…
Reference in New Issue