123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- footer{
- background: white;
- width: 100%;
- height: auto;
- padding: 2rem 0;
- margin-top:2rem;
- h2{
- font-size: 1rem;
- text-transform: uppercase;
- }
- a{
- color: black;
- &:hover{
- color: black;
- }
- }
- #block-renderedsitesettingsblock-4{
- .site_setting_entity{
- & > div{
- margin: 1rem 0;
- &:first-child{
- &::after,&:before{
- margin: 0.5rem 0;
- display: block;
- content: " ";
- width: 1rem;
- height: 1px;
- background: black;
- }
- }
- }
- .sub-title{
- font-size: 1rem;
- }
- .d-flex{
- margin-top: 1rem;
- & > div{
- width: 30px;
- margin-right: 1rem;
- }
- }
- }
- }
- .site_setting_entity{
- img{
- // width: 100%;
- height: auto;
- }
- }
- & > div{
- display: flex;
- flex-wrap: nowrap;
- .__slide{
- .flickity-slider{
- & > div{
- width: max-content;
- margin: 0 1rem;
- img{
- width: auto!important;
- height: 100px;
- max-width: 70px;
- object-fit: contain;
- }
- }
- }
- }
- }
- }
|