mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
new card sizing maybe
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
.card {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 1.25rem;
|
||||
margin-bottom: 1.25rem;
|
||||
border: .075rem solid #eee;
|
||||
@@ -45,6 +46,23 @@
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Sizing variations
|
||||
//
|
||||
|
||||
.card-sm {
|
||||
width: 15rem;
|
||||
}
|
||||
|
||||
.card-md {
|
||||
width: 30rem;
|
||||
}
|
||||
|
||||
.card-lg {
|
||||
width: 45rem;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Background variations
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user