Minor UI changes (#3078)
Updating navbar dropdown Updating margin on login page
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
32cb719895
Коммит
79c0b20689
@@ -6,6 +6,11 @@
|
||||
z-index: 2500;
|
||||
}
|
||||
|
||||
.fa {
|
||||
@include opacity(.6);
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
@include opacity(.15);
|
||||
}
|
||||
|
||||
@@ -506,6 +506,7 @@ body.ios {
|
||||
height: 26px;
|
||||
line-height: 25px;
|
||||
padding: 0 7px;
|
||||
width: auto;
|
||||
|
||||
.post-image__thumbnail {
|
||||
display: none;
|
||||
|
||||
@@ -147,10 +147,6 @@
|
||||
|
||||
&.same--root {
|
||||
&.same--user {
|
||||
.post__time {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.post__header {
|
||||
height: auto;
|
||||
margin-top: 5px;
|
||||
@@ -286,7 +282,7 @@
|
||||
.signup-team__container {
|
||||
font-size: .9em;
|
||||
margin-bottom: 30px;
|
||||
padding: 30px 0;
|
||||
padding: 60px 10px 0;
|
||||
|
||||
.signup-team__name {
|
||||
font-size: 2em;
|
||||
@@ -1021,9 +1017,8 @@
|
||||
|
||||
@media screen and (max-height: 640px) {
|
||||
.signup-team__container {
|
||||
padding: 30px 0;
|
||||
margin-bottom: 30px;
|
||||
font-size: .9em;
|
||||
margin-bottom: 30px;
|
||||
|
||||
.signup-team__name {
|
||||
font-size: 2em;
|
||||
|
||||
@@ -7,8 +7,10 @@
|
||||
overflow: auto;
|
||||
padding: 0 20px;
|
||||
|
||||
> div {
|
||||
height: 100%;
|
||||
.dropdown-menu {
|
||||
.divider {
|
||||
@include opacity(1);
|
||||
}
|
||||
}
|
||||
|
||||
.inner-wrap {
|
||||
@@ -23,6 +25,11 @@
|
||||
padding-bottom: .5em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 600;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
background-color: $white;
|
||||
border: 1px solid $light-gray;
|
||||
@@ -240,6 +247,10 @@
|
||||
width: 220px;
|
||||
z-index: 5;
|
||||
|
||||
.dropdown-menu {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.team__header {
|
||||
background: transparent;
|
||||
}
|
||||
@@ -271,6 +282,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-section {
|
||||
> .sidebar-section-title {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-section-title {
|
||||
padding: 5px 35px 5px 15px;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user