mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-02 03:16:24 -04:00
some work on the cards
This commit is contained in:
parent
fe7dcc41a5
commit
45e7ffbc01
5 changed files with 81 additions and 54 deletions
|
@ -1,7 +1,23 @@
|
|||
/* BS4 */
|
||||
|
||||
.card-success {
|
||||
background-color: rgba(40, 167, 69, 0.5)!important;
|
||||
.card {
|
||||
box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important;
|
||||
}
|
||||
|
||||
.card-bottom {
|
||||
/* todo */
|
||||
}
|
||||
|
||||
.card-success, .card-success .card-header {
|
||||
border-color: rgba(40, 167, 69, 0.5) !important;
|
||||
}
|
||||
|
||||
.card-primary, .card-primary .card-header {
|
||||
border-color: rgba(0, 123, 255, 0.5) !important;
|
||||
}
|
||||
|
||||
.card-warning, .card-warning .card-header {
|
||||
border-color: rgba(255, 193, 7, 0.5) !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue