mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-10 09:33:51 +00:00
Restyled cards, background and shadows
This commit is contained in:
@@ -6,6 +6,7 @@ html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
background: #f5f6fe;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -16,6 +17,18 @@ body,
|
||||
background-color: $mainColor !important;
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
|
||||
}
|
||||
|
||||
.card-header {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
}
|
||||
|
||||
.dropdown-item:not(:disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user