Move report modal styles to flavours/glitch/styles/components/modal.scss
This commit is contained in:
parent
60021f7edb
commit
8b69634ab8
|
@ -1563,41 +1563,6 @@ button.icon-button.active i.fa-retweet {
|
||||||
filter: none;
|
filter: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compare-history-modal {
|
|
||||||
.report-modal__target {
|
|
||||||
border-bottom: 1px solid $ui-secondary-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__container {
|
|
||||||
padding: 30px;
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
|
|
||||||
.status__content {
|
|
||||||
color: $inverted-text-color;
|
|
||||||
font-size: 19px;
|
|
||||||
line-height: 24px;
|
|
||||||
|
|
||||||
.emojione {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
margin: -1px 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: $highlight-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
height: 0.25rem;
|
|
||||||
padding: 0;
|
|
||||||
background-color: $ui-secondary-color;
|
|
||||||
border: 0;
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.loading-bar {
|
.loading-bar {
|
||||||
background-color: $ui-highlight-color;
|
background-color: $ui-highlight-color;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
|
|
|
@ -1041,6 +1041,41 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.compare-history-modal {
|
||||||
|
.report-modal__target {
|
||||||
|
border-bottom: 1px solid $ui-secondary-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__container {
|
||||||
|
padding: 30px;
|
||||||
|
pointer-events: all;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status__content {
|
||||||
|
color: $inverted-text-color;
|
||||||
|
font-size: 19px;
|
||||||
|
line-height: 24px;
|
||||||
|
|
||||||
|
.emojione {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
margin: -1px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $highlight-text-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
height: 0.25rem;
|
||||||
|
padding: 0;
|
||||||
|
background-color: $ui-secondary-color;
|
||||||
|
border: 0;
|
||||||
|
margin: 20px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.embed-modal {
|
.embed-modal {
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 80vw;
|
max-width: 80vw;
|
||||||
|
|
Reference in New Issue