PLT-2395 - Improvements to backstage css
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
94ab36500f
Коммит
d7f394a49b
@@ -48,6 +48,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.backstage-content {
|
||||
margin: 46px 46px 46px 150px;
|
||||
}
|
||||
|
||||
|
||||
.inner-wrap {
|
||||
&.move--left {
|
||||
.file-overlay {
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.backstage-filters {
|
||||
display: block;
|
||||
|
||||
.backstage-filter__search {
|
||||
border-bottom: 1px solid $light-gray;
|
||||
margin: 10px 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.signup-team__container {
|
||||
font-size: 1em;
|
||||
}
|
||||
@@ -675,9 +685,9 @@
|
||||
}
|
||||
|
||||
.sidebar--right {
|
||||
width: 100%;
|
||||
right: 0;
|
||||
@include translate3d(100%, 0, 0);
|
||||
right: 0;
|
||||
width: 100%;
|
||||
z-index: 5;
|
||||
|
||||
&.move--left {
|
||||
@@ -853,6 +863,30 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.backstage-header {
|
||||
h1 {
|
||||
float: none;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.add-integrations-link {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
.add-integration {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.backstage-list__item {
|
||||
display: block;
|
||||
|
||||
.actions {
|
||||
margin-top: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.modal {
|
||||
.settings-modal {
|
||||
.settings-table {
|
||||
|
||||
@@ -15,6 +15,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
.backstage-content {
|
||||
margin: 30px;
|
||||
max-width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.backstage-sidebar {
|
||||
height: auto;
|
||||
padding: 30px 15px 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.help__format-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user