Skip to content
Snippets Groups Projects
Commit f4777efa authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Adhere to stylelint specs

parent 9d81ee3a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@ $note-form-margin-left: 72px;
 
@mixin vertical-line($left) {
&::before {
content: "";
content: '';
border-left: 2px solid $gray-100;
position: absolute;
top: 0;
Loading
Loading
@@ -53,12 +53,12 @@ $note-form-margin-left: 72px;
&.note-form {
margin-left: 0;
 
@include notes-media("min", map-get($grid-breakpoints, md)) {
@include notes-media('min', map-get($grid-breakpoints, md)) {
margin-left: $note-form-margin-left;
}
 
.timeline-icon {
@include notes-media("min", map-get($grid-breakpoints, sm)) {
@include notes-media('min', map-get($grid-breakpoints, sm)) {
margin-left: -$note-icon-gutter-width;
}
}
Loading
Loading
@@ -242,7 +242,7 @@ $note-form-margin-left: 72px;
}
 
.note-header {
@include notes-media("max", map-get($grid-breakpoints, xs)) {
@include notes-media('max', map-get($grid-breakpoints, xs)) {
.inline {
display: block;
}
Loading
Loading
@@ -304,7 +304,7 @@ $note-form-margin-left: 72px;
}
 
.timeline-content {
@include notes-media("min", map-get($grid-breakpoints, sm)) {
@include notes-media('min', map-get($grid-breakpoints, sm)) {
margin-left: 30px;
}
}
Loading
Loading
@@ -348,7 +348,7 @@ $note-form-margin-left: 72px;
}
 
&::after {
content: "";
content: '';
height: 70px;
position: absolute;
left: $gl-padding-24;
Loading
Loading
@@ -590,7 +590,7 @@ $note-form-margin-left: 72px;
.note-headline-light {
display: inline;
 
@include notes-media("max", map-get($grid-breakpoints, xs)) {
@include notes-media('max', map-get($grid-breakpoints, xs)) {
display: block;
}
}
Loading
Loading
@@ -656,7 +656,7 @@ $note-form-margin-left: 72px;
margin-left: 10px;
color: $gray-darkest;
 
@include notes-media("max", map-get($grid-breakpoints, sm) - 1) {
@include notes-media('max', map-get($grid-breakpoints, sm) - 1) {
float: none;
margin-left: 0;
}
Loading
Loading
@@ -775,7 +775,7 @@ $note-form-margin-left: 72px;
}
 
.line-resolve-all-container {
@include notes-media("min", map-get($grid-breakpoints, sm)) {
@include notes-media('min', map-get($grid-breakpoints, sm)) {
margin-right: 0;
}
 
Loading
Loading
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