add js to quote part of a post
This commit is contained in:
@ -75,6 +75,11 @@ $accordion_color: color.adjust($accent_color, $hue: 140, $lightness: -10%, $satu
|
||||
&:disabled {
|
||||
background-color: color.scale($color, $lightness: 30%, $saturation: -90%);
|
||||
}
|
||||
|
||||
&.reduced {
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin navbar($color) {
|
||||
@ -746,3 +751,13 @@ ul, ol {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.quote-popover {
|
||||
position: absolute;
|
||||
transform: translateX(-50%);
|
||||
margin: 0;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
background-color: #00000080;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user