Commit cfe61fa87c24ac19e120cbfa0b65bca18272aded
Exists in
master
and in
5 other branches
Merge branch 'master' of https://gitlab.com/participa/proposal-app
Showing
1 changed file
with
25 additions
and
15 deletions
Show diff stats
sass/style.sass
... | ... | @@ -1030,6 +1030,8 @@ h3.titulo-destaque |
1030 | 1030 | text-decoration: underline |
1031 | 1031 | small |
1032 | 1032 | color: darken(#fff, 40%) |
1033 | + blockquote | |
1034 | + border-color: #fff | |
1033 | 1035 | .button,.show_body a,.login input.button,.box-category li |
1034 | 1036 | background-color: #fff |
1035 | 1037 | border-color: darken(#fff, 40%) |
... | ... | @@ -1058,29 +1060,37 @@ h3.titulo-destaque |
1058 | 1060 | border-bottom-color: #000 |
1059 | 1061 | #proposal-categories,#proposal-group |
1060 | 1062 | border-color: #fff |
1061 | - .proposal-category | |
1062 | - a | |
1063 | - background-color: darken(#fff, 85%) !important | |
1064 | - .arrow-box:after | |
1065 | - border-bottom-color: darken(#fff, 85%) !important | |
1066 | - .select | |
1067 | - background-color: darken(#fff, 85%) | |
1068 | - section | |
1069 | - background-color: darken(#fff, 85%) | |
1070 | - &:hover | |
1071 | - background-color: darken(#fff, 85%) | |
1072 | - .box | |
1063 | + .proposal | |
1064 | + &-category | |
1065 | + a | |
1066 | + background-color: darken(#fff, 85%) !important | |
1067 | + .arrow-box:after | |
1068 | + border-bottom-color: darken(#fff, 85%) !important | |
1069 | + &-container | |
1073 | 1070 | background-color: #000 |
1074 | - .proposal-header | |
1075 | - .title, p | |
1076 | - background-color: darken(#fff, 85%) | |
1071 | + +hover(#fff,100%) | |
1072 | + &-header | |
1073 | + .title, p | |
1074 | + background-color: darken(#fff, 85%) | |
1077 | 1075 | .box |
1078 | 1076 | background-color: darken(#fff, 85%) |
1079 | 1077 | text-decoration: none |
1078 | + &-header | |
1079 | + background-color: darken(#fff, 85%) | |
1080 | 1080 | &-propostas |
1081 | 1081 | border-color: #fff |
1082 | 1082 | &-title,&-subtitle,&-info,&-bottom,.social span,&-header |
1083 | 1083 | color: #fff |
1084 | + .icon span | |
1085 | + color: #000 !important | |
1086 | + .select | |
1087 | + background-color: darken(#fff, 85%) | |
1088 | + section | |
1089 | + background-color: darken(#fff, 85%) | |
1090 | + &:hover | |
1091 | + background-color: darken(#fff, 85%) | |
1092 | + .box | |
1093 | + background-color: #000 | |
1084 | 1094 | table |
1085 | 1095 | .position a |
1086 | 1096 | background-color: #000 | ... | ... |