diff options
Diffstat (limited to 'app/webpack/src/stylesheets/packages.scss')
-rw-r--r-- | app/webpack/src/stylesheets/packages.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/webpack/src/stylesheets/packages.scss b/app/webpack/src/stylesheets/packages.scss index 777adb7..9b0379e 100644 --- a/app/webpack/src/stylesheets/packages.scss +++ b/app/webpack/src/stylesheets/packages.scss @@ -212,6 +212,14 @@ margin-top: -1.75em; } +.kk-btn-xs { + padding: .0625rem .3125rem !important; + font-size: .75rem !important; + line-height: 1.5 !important; + border-radius: .2rem !important; + border-color: #adadad !important; +} + .kk-inline-changelog-entry { font-size: 90%; border-radius: 2px; @@ -237,6 +245,18 @@ } } +.kk-success { + background-color: #dff0d8; +} + +.kk-warning { + background-color: #fcf8e3; +} + +.kk-danger { + background-color: #f2dede; +} + a.kk-ebuild-link { &:link, &:visited { |