style(link): new link colors

This commit is contained in:
nixa 2016-05-20 13:21:05 +03:00
parent 8e89f0324b
commit f612bfe733
4 changed files with 42 additions and 31 deletions

View file

@ -1,8 +1,5 @@
$font-family: 'Roboto', sans-serif;
$activelink: $primary;
$hoverlink: $primary-dark;
$resXXL: 1280px;
$resXL: 1170px;
$resL: 991px;

View file

@ -1,11 +1,7 @@
$default: rgba(#000000, 0.2);
$body-bg: #F0F3F4;
@mixin body-bg() {
background-color: $body-bg;
}
@mixin additional-bg() {
display: none;
}
$default-text: #ffffff;
$content-text: $default-text;
$help-text: #eeeeee;
@ -55,3 +51,13 @@ $info-bg: tint($info, 20%);
$success-bg: tint($success, 20%);
$warning-bg: tint($warning, 20%);
$danger-bg: tint($danger, 20%);
$activelink: $primary;
$hoverlink: $primary-dark;
@mixin body-bg() {
background-color: $body-bg;
}
@mixin additional-bg() {
display: none;
}

View file

@ -1,11 +1,6 @@
$default: #ffffff;
$body-bg: #F0F3F4;
@mixin body-bg() {
background-color: $body-bg;
}
@mixin additional-bg() {
display: none;
}
$default-text: #666666;
$content-text: $default-text;
$help-text: #949494;
@ -55,3 +50,13 @@ $info-bg: tint($info, 20%);
$success-bg: tint($success, 20%);
$warning-bg: tint($warning, 20%);
$danger-bg: tint($danger, 20%);
$activelink: $primary;
$hoverlink: $primary-dark;
@mixin body-bg() {
background-color: $body-bg;
}
@mixin additional-bg() {
display: none;
}

View file

@ -1,22 +1,6 @@
$default: #ffffff;
$body-bg: #F0F3F4;
@mixin body-bg() {}
@mixin additional-bg() {
display: block;
@include gradient(#73c5d9, #4691d1, #455e9f);
&::after {
content: '';
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkYGCQZGBgeM4ABYxQGiYoCRMAiYMFMVQAAIACBDd1EYQFAAAAAElFTkSuQmCC) repeat;
}
}
$default-text: #ffffff;
$content-text: $default-text;
$help-text: $default-text;
@ -66,3 +50,22 @@ $info-bg: tint($info, 20%);
$success-bg: tint($success, 20%);
$warning-bg: tint($warning, 20%);
$danger-bg: tint($danger, 20%);
$activelink: #285eb8;
$hoverlink: darken($activelink, 20%);
@mixin body-bg() {}
@mixin additional-bg() {
display: block;
@include gradient(#73c5d9, #4691d1, #455e9f);
&::after {
content: '';
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkYGCQZGBgeM4ABYxQGiYoCRMAiYMFMVQAAIACBDd1EYQFAAAAAElFTkSuQmCC) repeat;
}
}