diff options
Diffstat (limited to 'addons/survey/static/src/scss/survey_views.scss')
| -rw-r--r-- | addons/survey/static/src/scss/survey_views.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/addons/survey/static/src/scss/survey_views.scss b/addons/survey/static/src/scss/survey_views.scss new file mode 100644 index 00000000..6a0f4ddb --- /dev/null +++ b/addons/survey/static/src/scss/survey_views.scss @@ -0,0 +1,26 @@ +.o_kanban_card_survey { + & > .row { + min-height: 60px; + } +} + +.o_kanban_card_survey_successed{ + background-image: + linear-gradient(rgba(255,255,255,.9), + rgba(255,255,255,.9)), + url(/survey/static/src/img/trophy-solid.svg); + background-repeat: no-repeat; + background-position: bottom 6px left -45px; + background-size: 100%, 100px; +} + +table.o_section_list_view tr.o_data_row.o_is_section { + font-weight: bold; + background-color: #DDD; + border-top: 1px solid #BBB; + border-bottom: 1px solid #BBB; +} + +.icon_rotates { + transform: rotate(180deg); +} |
