diff options
Diffstat (limited to 'lumen/_bootswatch.scss')
-rw-r--r-- | lumen/_bootswatch.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lumen/_bootswatch.scss b/lumen/_bootswatch.scss index 43ff6573..d02eeadf 100644 --- a/lumen/_bootswatch.scss +++ b/lumen/_bootswatch.scss @@ -127,6 +127,18 @@ } } +.btn-group-vertical { + .btn + .btn { + &:hover { + border-top-width: 1px; + } + + &:active { + border-top-width: 2px; + } + } +} + // Typography ================================================================= .text-primary, |