Этот коммит содержится в:
Asaad Mahmood
2016-03-23 04:06:08 +05:00
родитель 18b8ae5298
Коммит e60f6f3b13
19 изменённых файлов: 66 добавлений и 52 удалений

Просмотреть файл

@@ -134,6 +134,10 @@
@include alpha-property(background, $black, .1);
}
a {
text-decoration: none;
}
.user__name {
color: $white;
}

Просмотреть файл

@@ -89,7 +89,7 @@
&.info-popover {
@include background-size(100% 100%);
background: url('../images/info__icon.png');
background-image: url('../images/info__icon.png');
cursor: pointer;
height: 19px;
position: relative;

Просмотреть файл

@@ -1,7 +1,6 @@
@charset 'UTF-8';
.sidebar--left {
background: #fafafa;
border-right: $border-gray;
height: 100%;
left: 0;