12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .page-actualites{
- .view-actus{
- padding-top: 3rem;
- padding-bottom: 6rem;
- width: 80%;
- margin: auto;
- .views-row{
- .node-type-actualite{
-
- .image-actualite{
- width: 90%;
- margin: auto;
- img{
- width: 100%;
- height: auto;
- }
-
- }
- .infos-content{
- position: relative;
- top: -10px;
- display: flex;
- flex-direction: column;
- border: solid $yellow-puca 1px;
- background-color: $white-button;
- padding: 1rem;
- h2{
- order: 2;
- margin: 0;
- font-size: 1.5rem;
- font-weight: 600;
- }
- .field--name-field-sous-titre {
- order: 3;
- font-size: 1.3rem;
- // line-height: 0.3rem;
- }
- .field--name-field-date{
- order: 4;
- font-weight: 900;
- padding-bottom: 1rem;
- }
-
- .field--name-field-type-d-actualite{
- order: 1;
- text-transform: uppercase;
- font-size: 1.2rem;
- }
- .field--name-field-site{
- order: 5;
- background-color: $gris-violet;
- color: white;
- border-radius: 50px;
- width: fit-content;
- padding: 0.2rem 0.9rem;
- div:nth-child(1)
- {
- display: none;
- }
- .field__item{
- display: inline;
- }
- a{
- color: white;
- font-weight: 900;
- font-size: 0.8rem;
- vertical-align: top;
- }
- }
- ul.links{
- order: 6;
- display: none;
- }
-
- }
-
- }
-
- }
- }
-
- }
|