fix padding on various pages

This commit is contained in:
Adam Fitzgibbon
2019-10-28 23:04:13 -05:00
parent 1cf3ba26b7
commit 9ceb45b058
3 changed files with 9 additions and 3 deletions
@@ -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;
}