mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-20 03:59:43 -05:00
migrated to ASP.Net Core
This commit is contained in:
24
Webfront/bower_components/bootstrap/assets/scss/_examples.scss
vendored
Normal file
24
Webfront/bower_components/bootstrap/assets/scss/_examples.scss
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
//
|
||||
// Examples
|
||||
//
|
||||
|
||||
.bd-examples .img-thumbnail {
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
.bd-examples h4 {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
.bd-examples p {
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.bd-examples {
|
||||
margin-right: -.75rem;
|
||||
margin-left: -.75rem;
|
||||
}
|
||||
.bd-examples > [class^="col-"] {
|
||||
padding-right: .75rem;
|
||||
padding-left: .75rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user