Skip to content
Snippets Groups Projects
Commit 2f4b4a11 authored by Chris Lawton's avatar Chris Lawton
Browse files

lint styles

parent 2b1d9ccc
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 21 deletions
......@@ -164,7 +164,7 @@ $table-breakpoint: 'tablet-landscape';
}
}
&.reviews_stats {
&.reviews_stats { // sass-lint:disable-line class-name-format
display: none;
@include media-query($table-breakpoint) {
......@@ -188,11 +188,12 @@ $table-breakpoint: 'tablet-landscape';
}
}
> span.mobile-label {
width: 90px;
> span.mobile-label { // sass-lint:disable-line force-element-nesting
display: inline-block;
width: 90px;
&.phase, &.title {
&.phase,
&.title {
display: none;
}
......
......@@ -169,8 +169,8 @@
}
&--submit {
margin-right: 10px;
min-width: 200px;
margin-right: 10px;
text-align: center;
}
......
......@@ -57,7 +57,7 @@
}
&__content {
width:100%;
width: 100%;
@include media-query(small-tablet) {
padding-left: 20px;
......
......@@ -88,7 +88,7 @@
}
&__cell {
&--span-two{
&--span-two {
@include media-query(mob-landscape) {
grid-column: auto / span 2;
}
......
......@@ -85,12 +85,12 @@
}
&--eye {
position: relative;
top: 0.25em;
align-self: center;
height: 1em;
width: 1em;
height: 1em;
stroke: $color--black;
top: .25em;
position: relative;
}
&--pen {
......
......@@ -13,12 +13,14 @@
padding-right: 35px;
border: solid 1px;
&--info , &--success {
&--info,
&--success {
background: $color--pastel-green;
border-color: darken($color--pastel-green, 20%);
}
&--warning, &--error {
&--error,
&--warning {
font-weight: bold;
color: $color--white;
background: $color--error;
......
......@@ -26,8 +26,8 @@
transition: color, background-color, 0.1s ease-out;
@include media-query(mob-landscape) {
padding: 15px;
width: 33%;
padding: 15px;
}
@include media-query(small-tablet) {
......@@ -50,11 +50,11 @@
}
&--right {
display:none;
display: none;
@include media-query(small-tablet) {
margin-left: auto;
display: block;
margin-left: auto;
}
}
}
......@@ -96,9 +96,9 @@
}
&__image {
margin-bottom: 10px;
height: 180px;
width: 180px;
height: 180px;
margin-bottom: 10px;
@include media-query(tablet-portrait) {
position: absolute;
......
......@@ -13,12 +13,14 @@
padding-right: 35px;
border: solid 1px;
&--info , &--success {
&--info,
&--success {
background: $color--mint;
border-color: darken($color--mint, 20%);
}
&--warning, &--error {
&--error,
&--warning {
font-weight: bold;
color: $color--white;
background: $color--error;
......
......@@ -45,8 +45,9 @@
}
}
input{
&[type='text'], &[type='email'] {
input {
&[type='text'],
&[type='email'] {
width: 100%;
max-width: 390px;
margin-bottom: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment