Merge pull request #420 from asaadmahmoodspin/ui-changes
Multiple UI Improvements
Этот коммит содержится в:
@@ -65,6 +65,9 @@
|
||||
}
|
||||
.channel-intro-img {
|
||||
float:left;
|
||||
img {
|
||||
@include border-radius(100px);
|
||||
}
|
||||
}
|
||||
.channel-intro__title {
|
||||
font-weight:600;
|
||||
|
||||
@@ -50,6 +50,13 @@
|
||||
@include clearfix;
|
||||
.modal-title {
|
||||
float: left;
|
||||
font-size: 17px;
|
||||
line-height: 27px;
|
||||
color: #f4f4f4;
|
||||
.name {
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.modal-action {
|
||||
padding: 0;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
.channel-header__info .popover-content {
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.user-popover {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
@@ -13,4 +18,5 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -38,24 +38,25 @@
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
.nav-pills__unread-indicator {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 70%;
|
||||
background-color: darken($primary-color, 5%);
|
||||
color: white;
|
||||
width: 72%;
|
||||
color: #777;
|
||||
background: #DCF0FF;
|
||||
@include border-radius(50px);
|
||||
margin: 0 auto;
|
||||
padding: 2px;
|
||||
padding: 3px 0 4px;
|
||||
font-size: 13.5px;
|
||||
text-align: center;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.nav-pills__unread-indicator-top {
|
||||
top: 56px;
|
||||
top: 66px;
|
||||
}
|
||||
.nav-pills__unread-indicator-bottom {
|
||||
bottom: 0px;
|
||||
|
||||
Ссылка в новой задаче
Block a user