mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
Background image no-repeat and contain by default
This commit is contained in:
parent
11ac70e631
commit
3d4ceb893e
9
dist/css/main.css
vendored
9
dist/css/main.css
vendored
@ -12876,6 +12876,15 @@ a.text-dark:focus {
|
|||||||
* some basic styles
|
* some basic styles
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
div,
|
||||||
|
a,
|
||||||
|
span,
|
||||||
|
button,
|
||||||
|
i {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
iframe,
|
iframe,
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
2
dist/css/main.css.map
vendored
2
dist/css/main.css.map
vendored
File diff suppressed because one or more lines are too long
@ -3,6 +3,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// don't let images be wider than the parent layer
|
// don't let images be wider than the parent layer
|
||||||
|
div, a, span, button, i {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
|
||||||
iframe,
|
iframe,
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user