visual warning when max_label_length exceeded
This commit is contained in:
@@ -28,3 +28,12 @@
|
||||
-1px 1px 0 white,
|
||||
1px 1px 0 white;
|
||||
}
|
||||
|
||||
.outline-danger {
|
||||
color: #ff6b6b;
|
||||
text-shadow:
|
||||
-1px -1px 0 #ff6b6b,
|
||||
1px -1px 0 #ff6b6b,
|
||||
-1px 1px 0 #ff6b6b,
|
||||
1px 1px 0 #ff6b6b;
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ module.exports = {
|
||||
colors: {
|
||||
primary: '#6495ED', // cornflowerblue
|
||||
highlight: '#74A0EF',
|
||||
danger: '#FF6B6B',
|
||||
bg: {
|
||||
light: '#D1DFFA',
|
||||
dark: '#1E2D47',
|
||||
|
||||
Reference in New Issue
Block a user