less syntax
This commit is contained in:
parent
c8bad01c20
commit
0385ab3c54
1 changed files with 14 additions and 15 deletions
|
|
@ -1,20 +1,19 @@
|
|||
.bs-examples .thumbnail {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.bs-examples h4 {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.bs-examples p {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.bs-examples {
|
||||
.thumbnail {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.bs-examples {
|
||||
h4 { margin-bottom: 5px; }
|
||||
|
||||
p { margin-bottom: 20px; }
|
||||
|
||||
@media (max-width: @screen-xs-min) {
|
||||
margin-right: -10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
.bs-examples > [class^="col-"] {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
|
||||
> [class^="col-"] {
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue