Updating asss lint stuff with other scss improvements
Этот коммит содержится в:
@@ -6,22 +6,24 @@ body {
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: $bg--gray;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.sticky {
|
||||
background: $bg--white;
|
||||
.sticky {
|
||||
background: $white;
|
||||
|
||||
> .container-fluid {
|
||||
overflow: auto;
|
||||
}
|
||||
> .container-fluid {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.inner-wrap {
|
||||
> .row.content {
|
||||
min-height: 100%;
|
||||
.inner-wrap {
|
||||
> .row {
|
||||
&.content {
|
||||
margin-bottom: -89px;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -30,9 +32,11 @@ body {
|
||||
.inner-wrap {
|
||||
height: 100%;
|
||||
|
||||
> .row.main {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
> .row {
|
||||
&.main {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -6,20 +6,20 @@ strong {
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary-color;
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
word-break: break-word;
|
||||
color: $color--primary;
|
||||
}
|
||||
|
||||
a:focus,
|
||||
a:hover {
|
||||
color: $color--primary--hover;
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: $primary-color--hover;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
@include font-smoothing;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.word-break--all {
|
||||
|
||||
Ссылка в новой задаче
Block a user