Updating config.json

Updating config.json

Updating config.json

Updating config.json
Этот коммит содержится в:
Asaad Mahmood
2016-05-25 17:39:14 +05:00
коммит произвёл Christopher Speller
родитель 20302c6953
Коммит db29413000
6 изменённых файлов: 29 добавлений и 9 удалений

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

@@ -67,9 +67,9 @@
.channel-intro {
border-bottom: 1px solid $light-gray;
padding: 0 0 5px;
max-width: 1000px;
margin: auto;
margin: 0 auto 15px;
max-width: 990px;
padding: 0 15px;
.intro-links {
display: inline-block;

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

@@ -47,7 +47,7 @@
}
.channel-intro {
margin: 0 15px 35px;
margin: 0 0 35px;
}
.post {

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

@@ -240,7 +240,6 @@
.admin-sidebar {
background: #333;
border-right: 1px solid #ddd;
height: 100%;
left: 0;
position: absolute;
@@ -315,6 +314,27 @@
&--active {
color: $white;
font-weight: 600;
&:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: whitesmoke;
content: "\f0d9";
display: inline-block;
font: normal normal normal 26px/1 FontAwesome;
position: absolute;
right: -1px;
text-rendering: auto;
top: 3px;
}
}
}
.sidebar-subsection-title {
&--active {
&:after {
top: 2px;
}
}
}