variables changed accordingly

This commit is contained in:
nixa 2016-05-16 14:09:02 +03:00
parent aa4e898484
commit 6c8e632164
3 changed files with 12 additions and 33 deletions

View file

@ -44,7 +44,7 @@
.traffic-legend {
display: inline-block;
padding: 70px 0 0 0px;
padding: 70px 0 0 0;
width: 160px;
}
@ -132,7 +132,7 @@
}
.chart-bg {
background-color: $view-total;
background-color: rgba(0, 0, 0, 0.35);
position: absolute;
border-radius: 100px;
width: 180px;

View file

@ -3,7 +3,7 @@ $card-header-font-size: 16px;
.card {
border: none;
background-color: $card-bg;
background-color: $default;
color: $default-text;
position: relative;
//transition: all 0.2s ease;
@ -73,10 +73,6 @@ $card-header-font-size: 16px;
}
}
.card-white {
background-color: $card-bg;
}
.card-blur {
$blurredBgUrl: $images-root + 'blur-bg-blurred.jpg';
background: url($blurredBgUrl);

View file

@ -1,34 +1,8 @@
$font-family: 'Roboto', sans-serif;
$view-total: rgba(0, 0, 0, .4);
$activelink: $primary;
$hoverlink: $primary-dark;
$default: #ffffff !default;
$facebook-color: #3b5998;
$twitter-color: #55acee;
$google-color: #dd4b39;
$linkedin-color: #0177B5;
$github-color: #6b6b6b;
$stackoverflow-color: #2F96E8;
$dribble-color: #F26798;
$behace-color: #0093FA;
$card-bg: #f8f8f8;
$card-bg-hover: #fff;
$disabled: #bdbdbd;
$disabled-bg: #e6e6e6;
$default-text: #7b7b7b;
$help-text: #949494;
$border: #dddddd;
$border-light: #eeeeee;
$input-border: #cccccc;
$resXXL: 1280px;
$resXL: 1170px;
$resL: 991px;
@ -57,3 +31,12 @@ $font-light: 300;
$font-normal: 400;
$font-bold: 700;
$font-ultraBold: 900;
$facebook-color: #3b5998;
$twitter-color: #55acee;
$google-color: #dd4b39;
$linkedin-color: #0177B5;
$github-color: #6b6b6b;
$stackoverflow-color: #2F96E8;
$dribble-color: #F26798;
$behace-color: #0093FA;