mirror of
https://github.com/pretix/pretix.git
synced 2026-05-21 17:54:08 +00:00
use predefined border-radius instead of always fully round
This commit is contained in:
@@ -532,13 +532,13 @@ h2 .label {
|
||||
|
||||
|
||||
.text-blob-success, .text-blob-info, .text-blob-warning, .text-blob-danger {
|
||||
padding: 0 .65em;
|
||||
border-radius: 1em;
|
||||
padding: 0 .5em;
|
||||
border-radius: $border-radius-base;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
|
||||
&:has(>.fa:first-child) {
|
||||
padding-left: .4em;
|
||||
padding-left: .3em;
|
||||
}
|
||||
}
|
||||
.text-blob-success {
|
||||
|
||||
Reference in New Issue
Block a user