mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Update grid example
This commit is contained in:
parent
9042efd0f8
commit
50723075aa
@ -1,13 +1,13 @@
|
||||
.themed-grid-col {
|
||||
padding-top: .75rem;
|
||||
padding-bottom: .75rem;
|
||||
background-color: rgba(86, 61, 124, .15);
|
||||
border: 1px solid rgba(86, 61, 124, .2);
|
||||
background-color: rgba(112.520718, 44.062154, 249.437846, .15);
|
||||
border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
|
||||
}
|
||||
|
||||
.themed-container {
|
||||
padding: .75rem;
|
||||
margin-bottom: 1.5rem;
|
||||
background-color: rgba(0, 123, 255, .15);
|
||||
border: 1px solid rgba(0, 123, 255, .2);
|
||||
background-color: rgba(112.520718, 44.062154, 249.437846, .15);
|
||||
border: 1px solid rgba(112.520718, 44.062154, 249.437846, .3);
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 10 KiB |
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user