Merge pull request #1711 from asaadmahmoodspin/code-themes

Multiple UI Improvements
Этот коммит содержится в:
Corey Hulen
2015-12-14 15:27:07 -08:00
родитель 8392e5ecc4 1e9f26baac
Коммит 6c7c04f38d
12 изменённых файлов: 90 добавлений и 42 удалений

19
web/sass-files/sass/partials/_docs.scss Обычный файл
Просмотреть файл

@@ -0,0 +1,19 @@
@charset "UTF-8";
.docs__page {
line-height: 1.7;
padding-bottom: 20px;
> div {
width: 1170px;
margin: 0 auto;
padding: 0 15px;
max-width: 100%;
}
h1.markdown__heading {
border-bottom: 1px solid #ddd;
padding-bottom: 1rem;
margin: 1em 0 1em;
}
}

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

@@ -10,6 +10,10 @@
display: inline-block;
}
.code-popover .popover-content {
padding: 5px;
}
.user-popover__image {
margin: 0 0 10px;
@include border-radius(128px);

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

@@ -8,7 +8,7 @@
padding: 0;
background: #fff;
@include single-transition(transform, 0.5s, ease);
right: -320px;
right: -400px;
&.move--left {
right: 0;

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

@@ -49,6 +49,9 @@
// Responsive Css
@import "partials/responsive";
// Docs Css
@import "partials/docs";
// Standalone Css
@import "partials/oauth";