Minor contast fix for file uploading text.

Updating icon markup

Fixing icon for mentions

Removing irrelevant characters

Updating closing tag for mentions icon
Этот коммит содержится в:
Asaad Mahmood
2016-09-26 20:21:37 +05:00
коммит произвёл Christopher Speller
родитель b39d903f63
Коммит dff985a924
8 изменённых файлов: 39 добавлений и 20 удалений

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

@@ -217,6 +217,12 @@
.sidebar--left,
.sidebar--menu,
.admin-sidebar {
.divider {
border-top: 1px solid transparent;
margin: 0.5em 0;
}
.team__header {
@include legacy-pie-clearfix;
padding: 9px 10px;

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

@@ -87,7 +87,7 @@
}
.post-right-comments-upload-in-progress {
color: #a8adb7;
@include opacity(.7);
margin-right: 10px;
padding: 6px 0;
}

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

@@ -5,6 +5,8 @@
.tutorial__content {
.tutorial__steps {
margin-bottom: 0;
min-height: auto;
padding-bottom: 8em;
}
}
}

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

@@ -484,13 +484,20 @@
width: 90%;
}
.signup-team-dir__arrow {
.signup-team__icon {
color: $dark-gray;
float: right;
font-size: 1.5em;
line-height: 25px;
position: relative;
top: .66em;
&.fa-spin {
color: $gray;
font-size: .9em;
right: 10px;
top: 16px;
}
}
}