Fix quote styles so they are uniform
This commit is contained in:
parent
8a765da6a3
commit
48aaf9e4f3
5 changed files with 3 additions and 43 deletions
|
@ -1442,23 +1442,17 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
|||
margin: {
|
||||
left: -6px;
|
||||
right: -6px;
|
||||
top: -4px;
|
||||
top: 3px;
|
||||
bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.module-quote-container--with-content-above {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.module-quote {
|
||||
@include button-reset;
|
||||
width: 100%;
|
||||
|
||||
position: relative;
|
||||
border-radius: 4px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -1479,11 +1473,6 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
|||
cursor: auto;
|
||||
}
|
||||
|
||||
.module-quote--with-content-above {
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.module-quote--with-reference-warning {
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
|
@ -1492,6 +1481,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
|
|||
.module-quote--outgoing {
|
||||
border-left-color: $color-steel;
|
||||
background-color: $color-steel;
|
||||
margin-top: -4px;
|
||||
|
||||
// To preserve contrast
|
||||
@include keyboard-mode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue