diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 17a3739d0..f96f375c0 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -509,10 +509,6 @@ code { // 04. Stats // --------- -.stats { - background: #fff; -} - .stats-numbers { p { color: $text-medium; diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 9c9398e60..5dc90f53e 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -345,7 +345,6 @@ a { font-weight: bold; &::after { - background: $brand; border-bottom: 2px solid; bottom: 0; content: ""; @@ -1834,7 +1833,6 @@ table { } .reply { - background: #fff; border: 1px solid $border; border-left: 0; border-right: 0; @@ -2177,7 +2175,6 @@ table { .debates-inner, .proposals-inner, .budget-investments-inner { - background: #fff; max-height: rem-calc(350); @include breakpoint(small) { diff --git a/app/assets/stylesheets/legislation.scss b/app/assets/stylesheets/legislation.scss index 044f969f4..699fe3417 100644 --- a/app/assets/stylesheets/legislation.scss +++ b/app/assets/stylesheets/legislation.scss @@ -40,7 +40,6 @@ // ----------------- .legislation { margin: 0 0 $line-height; - background: #fff; border: 1px solid; border-color: #e5e6e9 #dfe0e4 #d0d1d5; border-radius: 0; diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 119a5bb06..d94e68320 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -583,7 +583,6 @@ } .calc-comments { - background: #fff; cursor: auto; @include breakpoint(small only) {