1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .home-page-layout-content{
- .layout--onecol{
- // width: 70%;
- margin: auto;
- font-size: 1.5rem;
- font-weight: 400;
- font-style: normal;
- h4{
- font-size: 5rem;
- font-weight: normal;
- margin: 0;
- }
-
- h5{
- font-size: 5rem;
- font-weight: 900;
- margin: 0;
- line-height: 0.6;
- }
- .block-region-content{
- display: flex;
- flex-wrap: wrap;
- .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
- width: 35%;
- border: solid $yellow-puca 1px;
- background-color: $white-button;
- font-weight: 800;
- padding: 1rem;
- h2{
- margin-top: 0;
- margin-bottom: 0;
- text-transform: lowercase;
- font-weight: 900;
- line-height: 1rem;
- font-size:1.8rem ;
- }
- .field--name-field-description{
- margin-top: 0;
- font-size: 2rem;
- line-height: 2.2rem;
- // inline-size: 1rem;
- p{
- margin-top: 0.8rem;
- }
- }
- .field--type-link{
- padding: 0;
- margin: 0;
- border: none;
- font-weight: 400;
- .field__item {
- ::after{
- justify-self: unset;
- padding-left: 1rem;
- content: url(../images/noun-arrow-1569918.svg);
- }
- }
- }
- }
-
- .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
- width: 45%;
- height: fit-content;
- display: flex;
- justify-content: flex-end;
- :hover{
- background-color: $yellow-puca;
- }
- }
- .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
- width: 45%;
- display: flex;
- justify-content: flex-end;
- :hover{
- background-color: $yellow-puca;
- }
- }
- }
- }
-
- }
|