fix scss-lint
parent
aaf2a8ff0e
commit
550357469d
|
@ -5,7 +5,7 @@ $dropdown-width: 350px;
|
||||||
height: $navbar;
|
height: $navbar;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:after {
|
&::after {
|
||||||
background-size: 200%;
|
background-size: 200%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
content: '';
|
content: '';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.notification-message-success {
|
.notification-message-success {
|
||||||
background: rgba($primary-light, .95);
|
background: rgba($primary-light, .95);
|
||||||
box-shadow: 0 25px 10px -15px rgba(0, 0, 0, .05);
|
box-shadow: 0 25px 10px -15px rgba($black, .05);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
right: -370px;
|
right: -370px;
|
||||||
top: 2%;
|
top: 2%;
|
||||||
|
|
|
@ -11,7 +11,7 @@ blockquote {
|
||||||
cite {
|
cite {
|
||||||
@extend %small;
|
@extend %small;
|
||||||
display: block;
|
display: block;
|
||||||
&:before {
|
&::before {
|
||||||
content: '\2014 \0020';
|
content: '\2014 \0020';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -122,10 +122,10 @@ q {
|
||||||
quotes: none;
|
quotes: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote:before,
|
blockquote::before,
|
||||||
blockquote:after,
|
blockquote::after,
|
||||||
q:before,
|
q::before,
|
||||||
q:after {
|
q::after {
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -111,7 +111,7 @@ a:visited {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Taiga Icons
|
// Taiga Icons
|
||||||
[data-icon]:before {
|
[data-icon]::before {
|
||||||
|
|
||||||
// scss-lint:disable ImportantRule
|
// scss-lint:disable ImportantRule
|
||||||
content: attr(data-icon);
|
content: attr(data-icon);
|
||||||
|
@ -126,8 +126,8 @@ a:visited {
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^='icon-']:before,
|
[class^='icon-']::before,
|
||||||
[class*=' icon-']:before {
|
[class*=' icon-']::before {
|
||||||
|
|
||||||
// scss-lint:disable ImportantRule
|
// scss-lint:disable ImportantRule
|
||||||
font-family: 'taiga' !important;
|
font-family: 'taiga' !important;
|
||||||
|
@ -141,156 +141,156 @@ a:visited {
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bug:before {
|
.icon-bug::before {
|
||||||
content: 'a';
|
content: 'a';
|
||||||
}
|
}
|
||||||
.icon-copy:before {
|
.icon-copy::before {
|
||||||
content: 'b';
|
content: 'b';
|
||||||
}
|
}
|
||||||
.icon-minimize:before {
|
.icon-minimize::before {
|
||||||
content: 'c';
|
content: 'c';
|
||||||
}
|
}
|
||||||
.icon-maximize:before {
|
.icon-maximize::before {
|
||||||
content: 'd';
|
content: 'd';
|
||||||
}
|
}
|
||||||
.icon-comment:before {
|
.icon-comment::before {
|
||||||
content: 'e';
|
content: 'e';
|
||||||
}
|
}
|
||||||
.icon-plus:before {
|
.icon-plus::before {
|
||||||
content: 'f';
|
content: 'f';
|
||||||
}
|
}
|
||||||
.icon-attachments:before {
|
.icon-attachments::before {
|
||||||
content: 'g';
|
content: 'g';
|
||||||
}
|
}
|
||||||
.icon-edit:before {
|
.icon-edit::before {
|
||||||
content: 'h';
|
content: 'h';
|
||||||
}
|
}
|
||||||
.icon-documents:before {
|
.icon-documents::before {
|
||||||
content: 'i';
|
content: 'i';
|
||||||
}
|
}
|
||||||
.icon-delete:before {
|
.icon-delete::before {
|
||||||
content: 'j';
|
content: 'j';
|
||||||
}
|
}
|
||||||
.icon-arrow-bottom:before {
|
.icon-arrow-bottom::before {
|
||||||
content: 'k';
|
content: 'k';
|
||||||
}
|
}
|
||||||
.icon-arrow-left:before {
|
.icon-arrow-left::before {
|
||||||
content: 'l';
|
content: 'l';
|
||||||
}
|
}
|
||||||
.icon-arrow-right:before {
|
.icon-arrow-right::before {
|
||||||
content: 'm';
|
content: 'm';
|
||||||
}
|
}
|
||||||
.icon-arrow-up:before {
|
.icon-arrow-up::before {
|
||||||
content: 'n';
|
content: 'n';
|
||||||
}
|
}
|
||||||
.icon-briefcase:before {
|
.icon-briefcase::before {
|
||||||
content: 'o';
|
content: 'o';
|
||||||
}
|
}
|
||||||
.icon-caret-down:before {
|
.icon-caret-down::before {
|
||||||
content: 'p';
|
content: 'p';
|
||||||
}
|
}
|
||||||
.icon-caret-up:before {
|
.icon-caret-up::before {
|
||||||
content: 'q';
|
content: 'q';
|
||||||
}
|
}
|
||||||
.icon-check-square:before {
|
.icon-check-square::before {
|
||||||
content: 'r';
|
content: 'r';
|
||||||
}
|
}
|
||||||
.icon-notification-error:before {
|
.icon-notification-error::before {
|
||||||
content: 's';
|
content: 's';
|
||||||
}
|
}
|
||||||
.icon-settings:before {
|
.icon-settings::before {
|
||||||
content: 't';
|
content: 't';
|
||||||
}
|
}
|
||||||
.icon-document:before {
|
.icon-document::before {
|
||||||
content: 'u';
|
content: 'u';
|
||||||
}
|
}
|
||||||
.icon-warning:before {
|
.icon-warning::before {
|
||||||
content: 'v';
|
content: 'v';
|
||||||
}
|
}
|
||||||
.icon-move:before {
|
.icon-move::before {
|
||||||
content: 'w';
|
content: 'w';
|
||||||
}
|
}
|
||||||
.icon-drag-v:before {
|
.icon-drag-v::before {
|
||||||
content: 'x';
|
content: 'x';
|
||||||
}
|
}
|
||||||
.icon-filter:before {
|
.icon-filter::before {
|
||||||
content: 'y';
|
content: 'y';
|
||||||
}
|
}
|
||||||
.icon-help:before {
|
.icon-help::before {
|
||||||
content: 'z';
|
content: 'z';
|
||||||
}
|
}
|
||||||
.icon-reload:before {
|
.icon-reload::before {
|
||||||
content: 'A';
|
content: 'A';
|
||||||
}
|
}
|
||||||
.icon-writer:before {
|
.icon-writer::before {
|
||||||
content: 'B';
|
content: 'B';
|
||||||
}
|
}
|
||||||
.icon-stats:before {
|
.icon-stats::before {
|
||||||
content: 'C';
|
content: 'C';
|
||||||
}
|
}
|
||||||
.icon-floppy:before {
|
.icon-floppy::before {
|
||||||
content: 'D';
|
content: 'D';
|
||||||
}
|
}
|
||||||
.icon-warning-alt:before {
|
.icon-warning-alt::before {
|
||||||
content: 'E';
|
content: 'E';
|
||||||
}
|
}
|
||||||
.icon-video:before {
|
.icon-video::before {
|
||||||
content: 'F';
|
content: 'F';
|
||||||
}
|
}
|
||||||
.icon-bulk:before {
|
.icon-bulk::before {
|
||||||
content: 'G';
|
content: 'G';
|
||||||
}
|
}
|
||||||
.icon-vunfold:before {
|
.icon-vunfold::before {
|
||||||
content: 'H';
|
content: 'H';
|
||||||
}
|
}
|
||||||
.icon-tasks:before {
|
.icon-tasks::before {
|
||||||
content: 'I';
|
content: 'I';
|
||||||
}
|
}
|
||||||
.icon-kanban:before {
|
.icon-kanban::before {
|
||||||
content: 'J';
|
content: 'J';
|
||||||
}
|
}
|
||||||
.icon-search:before {
|
.icon-search::before {
|
||||||
content: 'K';
|
content: 'K';
|
||||||
}
|
}
|
||||||
.icon-wiki:before {
|
.icon-wiki::before {
|
||||||
content: 'L';
|
content: 'L';
|
||||||
}
|
}
|
||||||
.icon-team:before {
|
.icon-team::before {
|
||||||
content: 'M';
|
content: 'M';
|
||||||
}
|
}
|
||||||
.icon-vfold:before {
|
.icon-vfold::before {
|
||||||
content: 'N';
|
content: 'N';
|
||||||
}
|
}
|
||||||
.icon-issues:before {
|
.icon-issues::before {
|
||||||
content: 'O';
|
content: 'O';
|
||||||
}
|
}
|
||||||
.icon-iocaine:before {
|
.icon-iocaine::before {
|
||||||
content: 'P';
|
content: 'P';
|
||||||
}
|
}
|
||||||
.icon-archive:before {
|
.icon-archive::before {
|
||||||
content: 'Q';
|
content: 'Q';
|
||||||
}
|
}
|
||||||
.icon-capslock:before {
|
.icon-capslock::before {
|
||||||
content: 'R';
|
content: 'R';
|
||||||
}
|
}
|
||||||
.icon-upload:before {
|
.icon-upload::before {
|
||||||
content: 'S';
|
content: 'S';
|
||||||
}
|
}
|
||||||
.icon-github:before {
|
.icon-github::before {
|
||||||
content: 'T';
|
content: 'T';
|
||||||
}
|
}
|
||||||
.icon-timeline:before {
|
.icon-timeline::before {
|
||||||
content: 'U';
|
content: 'U';
|
||||||
}
|
}
|
||||||
.icon-scrum:before {
|
.icon-scrum::before {
|
||||||
content: 'V';
|
content: 'V';
|
||||||
}
|
}
|
||||||
.icon-project:before {
|
.icon-project::before {
|
||||||
content: 'W';
|
content: 'W';
|
||||||
}
|
}
|
||||||
.icon-heart:before {
|
.icon-heart::before {
|
||||||
content: 'X';
|
content: 'X';
|
||||||
}
|
}
|
||||||
.icon-eye:before {
|
.icon-eye::before {
|
||||||
content: 'Y';
|
content: 'Y';
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ tg-project-menu {
|
||||||
.helper {
|
.helper {
|
||||||
@extend %small;
|
@extend %small;
|
||||||
animation: slideLeft 200ms ease-in-out both;
|
animation: slideLeft 200ms ease-in-out both;
|
||||||
background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .8) 100%);
|
background: linear-gradient(to right, rgba($black, 1) 0%, rgba($black, .8) 100%);
|
||||||
color: $white;
|
color: $white;
|
||||||
display: block;
|
display: block;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
|
@ -36,7 +36,7 @@ tg-project-menu {
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
&:after {
|
&::after {
|
||||||
background: rgba($blackish, 1);
|
background: rgba($blackish, 1);
|
||||||
content: '';
|
content: '';
|
||||||
height: $label-arrow-wh;
|
height: $label-arrow-wh;
|
||||||
|
|
|
@ -137,7 +137,7 @@ cite {
|
||||||
// Top navigation bar
|
// Top navigation bar
|
||||||
.navbar {
|
.navbar {
|
||||||
background: $black;
|
background: $black;
|
||||||
&:after {
|
&::after {
|
||||||
background: url('../images/menu-vert.png') repeat top left;
|
background: url('../images/menu-vert.png') repeat top left;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
|
|
@ -125,7 +125,7 @@ cite {
|
||||||
// Top navigation bar
|
// Top navigation bar
|
||||||
.navbar {
|
.navbar {
|
||||||
background: rgba($red-amaranth, .6);
|
background: rgba($red-amaranth, .6);
|
||||||
&:after {
|
&::after {
|
||||||
background: url('../images/menu-vert.png') repeat top left;
|
background: url('../images/menu-vert.png') repeat top left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,7 +107,7 @@ cite {
|
||||||
// Top navigation bar
|
// Top navigation bar
|
||||||
.navbar {
|
.navbar {
|
||||||
background: rgba($black, .5);
|
background: rgba($black, .5);
|
||||||
&:after {
|
&::after {
|
||||||
background: url('../images/menu-vert.png') repeat top left;
|
background: url('../images/menu-vert.png') repeat top left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue