Этот коммит содержится в:
Asaad Mahmood
2016-11-02 19:50:50 +05:00
коммит произвёл Corey Hulen
родитель 58cc061b38
Коммит b8fcc0a5c4
11 изменённых файлов: 63 добавлений и 18 удалений

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

@@ -17,13 +17,16 @@
@include opacity(.15);
}
div > a {
color: inherit;
text-decoration: none;
&:focus,
&:hover {
div,
li {
> a {
color: inherit;
text-decoration: none;
&:focus,
&:hover {
color: inherit;
}
}
}
}

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

@@ -21,7 +21,7 @@
.custom-textarea {
max-height: 60vh;
min-height: 8em;
min-height: 20em;
}
.suggestion-list {
@@ -192,7 +192,7 @@
.btn {
&.btn-primary {
float: right;
margin: -4px 25px 0 0;
margin: -4px 33px 0 0;
position: relative;
i {
@@ -592,7 +592,7 @@
.more-modal__row {
border-bottom: 1px solid $light-gray;
display: flex;
min-height: 65px;
min-height: 50px;
padding: 8px 15px;
}

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

@@ -187,6 +187,12 @@
.member-list__popover {
max-width: initial;
.more-modal__list {
.more-modal__row {
min-height: inherit;
}
}
.popover-content {
max-height: 350px;
padding: 0;

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

@@ -82,6 +82,10 @@
&.placeholder {
height: 500px;
}
.sidebar--right & {
max-width: 100%;
}
}
.video-loading {

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

@@ -65,6 +65,7 @@
.control-label {
@include border-radius(3px);
background: #f2f2f2;
color: alpha-color($black, .7);
font-size: 14px;
font-weight: normal;
margin: 1em 0 -1em;