Commit bd83c7db167a5e6427267033ae4f4c97cb2c6f56

Authored by Leandro Santos
2 parents 14d73d93 7ae92d36

Merge branch 'master' of gitlab.com:participa/proposal-app

Showing 1 changed file with 0 additions and 39 deletions   Show diff stats
sass/style.scss
... ... @@ -77,42 +77,3 @@ h1 {
77 77 * FIXME: This selector doesn't look reliable
78 78 */
79 79  
80   -
81   -ul.category {
82   - display: block;
83   - text-align: left;
84   - padding: 0;
85   -}
86   -
87   -.category > li {
88   - color: #03316f;
89   - text-align: left;
90   - display: block !important;
91   - font-family: asap_bold;
92   - font-size: 16px;
93   - padding: 10px 0 5px 0;
94   - border-bottom: 1px solid #03316f;
95   - margin-bottom: 10px;
96   -}
97   -
98   -.proposal-item p {
99   - font-size: 14px;
100   - color: #172938;
101   - margin: 0;
102   - padding: 10px;
103   - padding-top: 5px;
104   - background: #fff;
105   - margin-bottom: 10px;
106   -}
107   -
108   -.proposal-item > a {
109   - display: block;
110   - margin: 0;
111   - color: #03316f;
112   - text-align: left;
113   - font-family: asap_bold;
114   - font-size: 16px;
115   - text-decoration: none;
116   - padding: 10px;
117   - background: #fff;
118   -}
... ...