mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
Update grid example
This commit is contained in:
parent
9042efd0f8
commit
50723075aa
3 changed files with 4 additions and 4 deletions
|
|
@ -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 a new issue