mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
27 lines
411 B
SCSS
27 lines
411 B
SCSS
.left{
|
|
float: left;
|
|
}
|
|
.middle{
|
|
float: left;
|
|
padding-left: 5px !important;
|
|
}
|
|
.right{
|
|
float: right;
|
|
margin-left: auto;
|
|
}
|
|
|
|
|
|
.container-img {
|
|
background-image: url(/assets/gif/theme/gov/Blocks-loader.svg);
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
background-position-y: center;
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 650px) {
|
|
|
|
.container-img {
|
|
background-size: 25%;
|
|
}
|
|
} |