FEATURE: refactoring and better handling of special cases (#6666)

This commit is contained in:
Joffrey JAFFEUX
2018-11-26 14:20:32 +01:00
committed by GitHub
parent 3453707784
commit b0d08b5a8c
10 changed files with 605 additions and 295 deletions

View File

@ -18,6 +18,29 @@
}
}
.discourse-local-date + #discourse-tooltip {
.tooltip-content {
max-width: 360px;
padding: 0.5em;
.previews {
.preview {
display: flex;
flex-direction: column;
padding: 5px;
.timezone {
font-weight: 700;
}
&.current {
background: $tertiary-low;
}
}
}
}
}
.discourse-local-dates-create-modal-footer {
display: flex;
align-items: center;