Improving about modal and colon issue with webhooks (#3343)

Updating word break

Updating improvements for about modal
Этот коммит содержится в:
Asaad Mahmood
2016-06-16 17:42:38 +05:00
коммит произвёл Harrison Healey
родитель e1703d8800
Коммит 4e38796e69
8 изменённых файлов: 66 добавлений и 56 удалений

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

@@ -89,9 +89,15 @@
}
.info__label {
@include opacity(.5);
font-size: .9em;
font-weight: 600;
padding-right: 0;
text-align: right;
margin-bottom: 3px;
}
.info__value {
padding-left: 10px;
word-break: break-word;
}
.team-member-list {

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

@@ -768,7 +768,7 @@ body.ios {
white-space: nowrap;
}
strong {
.colon {
display: none;
font-weight: 900;
margin-left: 2px;
@@ -1118,7 +1118,7 @@ body.ios {
font-family: inherit;
font-size: 11px;
font-weight: 600;
margin: 0 0 0 -4px;
margin: 0 10px 0 -4px;
padding: 2px 4px;
}

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

@@ -122,7 +122,7 @@
z-index: 1;
}
strong {
.colon {
display: inline;
}

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

@@ -20,12 +20,22 @@
color: inherit;
font-size: 16px;
}
.fa {
margin: 0 4px 0 8px;
}
}
.modal-body {
padding: 20px 25px 5px;
}
&.large {
.modal-body {
padding-bottom: 20px;
}
}
.about-modal__content {
@include clearfix;
@include display-flex;