fix padding on various pages
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
.sidebar {
|
||||
background-color: $gray-600;
|
||||
padding-bottom: 2em;
|
||||
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
.buttons-wrapper {
|
||||
|
||||
@@ -510,13 +510,17 @@
|
||||
|
||||
.sidebar {
|
||||
background-color: $gray-600;
|
||||
padding: 0em;
|
||||
padding: 0em 24px 0em 0em;
|
||||
|
||||
.below-header-sections {
|
||||
padding: 1em 1.75em 1em 1.75em;
|
||||
padding: 1em 24px 1em 1.75em;
|
||||
}
|
||||
}
|
||||
|
||||
.px-3 {
|
||||
padding-right: 24px !important;
|
||||
}
|
||||
|
||||
.pause-button {
|
||||
background-color: #ffb445 !important;
|
||||
color: $white;
|
||||
|
||||
@@ -246,6 +246,8 @@
|
||||
@import '~@/assets/scss/create-task.scss';
|
||||
|
||||
.user-tasks-page {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding-top: 16px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user