Commit f8b468b874a5b834a786921ca058724669972f54
1 parent
7811b292
Exists in
master
and in
10 other branches
Fixed list style.
Showing
3 changed files
with
16 additions
and
8 deletions
Show diff stats
sass/_proposal_categories.scss
@@ -178,7 +178,7 @@ | @@ -178,7 +178,7 @@ | ||
178 | } | 178 | } |
179 | 179 | ||
180 | // @media only screen and (max-device-width: 480px) { | 180 | // @media only screen and (max-device-width: 480px) { |
181 | -@media only screen and (max-width: 480px) { | 181 | +@media only screen and (max-width: 768px) { |
182 | .proposal-item { | 182 | .proposal-item { |
183 | width: 95% !important; | 183 | width: 95% !important; |
184 | } | 184 | } |
sass/_proposal_detail.scss
1 | .proposal-detail { | 1 | .proposal-detail { |
2 | li { | 2 | li { |
3 | - // list-style: none; | ||
4 | - // width: 70%; | ||
5 | - // padding: 0; | ||
6 | - // height: 50px; | ||
7 | - // overflow: hidden; | ||
8 | - | 3 | + list-style: none; |
4 | + width: 70%; | ||
5 | + padding: 0; | ||
6 | + height: 50px; | ||
9 | a { | 7 | a { |
10 | text-decoration: none; | 8 | text-decoration: none; |
11 | text-transform: uppercase; | 9 | text-transform: uppercase; |
@@ -518,7 +516,7 @@ | @@ -518,7 +516,7 @@ | ||
518 | } | 516 | } |
519 | 517 | ||
520 | // @media only screen and (max-device-width: 480px) { | 518 | // @media only screen and (max-device-width: 480px) { |
521 | -@media only screen and (max-width: 480px) { | 519 | +@media only screen and (max-width: 768px) { |
522 | .proposal-header { | 520 | .proposal-header { |
523 | .title { | 521 | .title { |
524 | line-height: 1.2 !important; | 522 | line-height: 1.2 !important; |
sass/proposal_detail/_proposal-detail-base.scss
@@ -68,6 +68,16 @@ | @@ -68,6 +68,16 @@ | ||
68 | } | 68 | } |
69 | } | 69 | } |
70 | } | 70 | } |
71 | + &.list-styled { | ||
72 | + margin-left: 1.2em; | ||
73 | + list-style: inherit; | ||
74 | + li { | ||
75 | + list-style: inherit; | ||
76 | + width: auto; | ||
77 | + padding: 0; | ||
78 | + height: auto; | ||
79 | + } | ||
80 | + } | ||
71 | } | 81 | } |
72 | .go-to-proposal-button a { | 82 | .go-to-proposal-button a { |
73 | background: $color; | 83 | background: $color; |