PLT-2027- Improvements to about dialog

Этот коммит содержится в:
Asaad Mahmood
2016-04-01 17:57:21 +05:00
родитель 3aa240d74f
Коммит c51484332c
10 изменённых файлов: 197 добавлений и 57 удалений

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

@@ -12,7 +12,7 @@
text-align: left;
&.light {
color: $dark-gray;
@include opacity(.6);
font-size: 1.05em;
font-style: italic;
font-weight: normal;
@@ -41,10 +41,13 @@
.form-group {
margin-bottom: 25px;
}
}
&.less {
margin-bottom: 10px;
}
.form-group {
&.less {
margin-bottom: 10px;
}
}

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

@@ -644,6 +644,15 @@ body.ios {
.post__img {
width: 46px;
svg {
height: 36px;
width: 36px;
}
path {
fill: inherit;
}
img {
@include border-radius(50px);
height: 36px;