fix inbox modal header

This commit is contained in:
Matteo Pagliazzi
2018-08-20 15:40:31 +02:00
parent a9a2fe6314
commit f13eed5663

View File

@@ -8,13 +8,16 @@
.svg-icon.envelope(v-html="icons.messageIcon") .svg-icon.envelope(v-html="icons.messageIcon")
.col-6 .col-6
h2.text-center(v-once) {{ $t('messages') }} h2.text-center(v-once) {{ $t('messages') }}
.svg-icon.close(v-html="icons.svgClose", @click='close()') .col-4.offset-3
toggle-switch.float-right( toggle-switch.float-right(
:label="optTextSet.switchDescription", :label="optTextSet.switchDescription",
:checked="!this.user.inbox.optOut" :checked="!this.user.inbox.optOut"
:hoverText="optTextSet.popoverText", :hoverText="optTextSet.popoverText",
@change="toggleOpt()" @change="toggleOpt()"
) )
.col-1
.close
span.svg-icon.inline.icon-10(aria-hidden="true", v-html="icons.svgClose", @click="close()")
.row .row
.col-4.sidebar .col-4.sidebar
.search-section .search-section
@@ -69,14 +72,6 @@
margin: 0; margin: 0;
} }
.close {
margin-top: .5em;
width: 15px;
position: absolute;
top: -1.9em;
right: 0.3em;
}
.sidebar { .sidebar {
background-color: $gray-700; background-color: $gray-700;
min-height: 600px; min-height: 600px;