| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- .#{$specials-selector} {
- &__container {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- &__h2 {
- @extend %h2;
- }
- &__list {
- width: 80% !important;
- }
- &__item-container-230 {
- width: 206px;
- margin: 0 10px;
- }
- &__item {
- font-family: $fontopensans;
- box-sizing: border-box;
- border-radius: 10px 0 0 0;
- border: 1px solid #ebebeb;
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- flex-shrink: 1;
- flex-basis: 0;
- justify-content: space-between;
- color: #000000;
- text-decoration: none;
- margin-bottom: 10px;
- &:hover {
- border-color: #d2dee9;
- text-decoration: none;
- }
- &--half-size {
- width: calc(50% - 10px);
- margin-left: 10px;
- }
- }
- &__title {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- color: #ffffff;
- font-family: $fontcuprum;
- font-size: 13px;
- background-color: #656565;
- padding: 10px 5px;
- margin-left: -1px;
- margin-right: -1px;
- margin-top: -1px;
- @extend %left_border_radius;
- &--specials {
- background-color: #e65e26;
- .#{$specials-selector}__item:hover & {
- background-color: lighten(#e65e26, 10%);
- }
- }
- &--exhibition {
- background-color: #53b02e;
- .#{$specials-selector}__item:hover & {
- background-color: lighten(#53b02e, 10%);
- }
- }
- &--school {
- background-color: #929292;
- .#{$specials-selector}__item:hover & {
- background-color: lighten(#929292, 10%);
- }
- }
- &--conference {
- background-color: #5597d1;
- .#{$specials-selector}__item:hover & {
- background-color: lighten(#5597d1, 10%);
- }
- }
- }
- &__badge {
- &--specials {
- @extend .#{$entity-badge-selector}__badge--orange;
- }
- &--exhibition {
- @extend .#{$entity-badge-selector}__badge--green;
- }
- &--school {
- @extend .#{$entity-badge-selector}__badge--gray;
- }
- &--conference {
- @extend .#{$entity-badge-selector}__badge--blue;
- }
- }
- &__item-content {
- padding: 10px;
- display: block;
- }
- &__item-images {
- position: relative;
- display: block;
- min-height: 118px;
- }
- &__image {
- max-width: 100%;
- display: block;
- }
- &__organization-icon {
- max-width: 64px;
- position: absolute;
- top: 12px;
- right: 12px;
- border-radius: 50%;
- display: block;
- }
- &__description {
- font-family: $fontcuprum;
- font-size: 15px;
- padding: 5px 0;
- display: block;
- margin: 0 -3px 0 -3px;
- height: 136px;
- overflow: hidden;
- }
- &__horizontal-rule {
- display: block;
- margin: 0 10px;
- border: none;
- border-bottom: 1px solid #ebebeb;
- }
- &__organization-name {
- font-family: $fontcuprum;
- font-size: 13px;
- color: #004d7b;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- height: 40px;
- padding: 5px 20px;
- text-align: center;
- box-sizing: border-box;
- }
- &__organization-address {
- font-family: $fontcuprum;
- font-size: 13px;
- background: #ebebeb;
- color: #929292;
- display: flex;
- flex-direction: column;
- justify-content: center;
- height: 40px;
- padding: 5px 26px;
- overflow: hidden;
- text-align: center;
- box-sizing: border-box;
- .#{$specials-selector}__item:hover & {
- background: #d2dee9;
- }
- }
- }
- .#{$specials-page-selector} {
- &__article {
- margin-bottom: 40px;
- padding-bottom: 10px;
- border-bottom: none;
- &:before,
- &:after {
- display: block;
- clear: both;
- content: '';
- }
- @extend .text-page__text;
- .col3__item {
- display: inline-block;
- width: calc(33% - 0.25em - 10px);
- margin-right: 20px;
- &:last-child {
- margin-right: 0;
- }
- }
- .col2__item {
- display: inline-block;
- width: calc(50% - 0.25em - 10px);
- margin-right: 20px;
- &:last-child {
- margin-right: 0;
- }
- }
- }
- &__description {
- display: block;
- font-family: $fontcuprum;
- font-size: 13px;
- &-type {
- display: inline-block;
- color: #ffffff;
- font-weight: 600;
- padding: 8px;
- &--specials {
- @extend .#{$specials-selector}__title--specials;
- }
- &--exhibition {
- @extend .#{$specials-selector}__title--exhibition;
- }
- &--school {
- @extend .#{$specials-selector}__title--school;
- }
- &--conference {
- @extend .#{$specials-selector}__title--conference;
- }
- }
- &-dates {
- display: inline-block;
- padding: 8px;
- }
- &-organization-name {
- display: block;
- color: #004d7b;
- margin: 16px 0;
- }
- &-organization-address {
- display: block;
- color: #929292;
- margin: 16px 0;
- }
- &-text {
- font-size: 15px;
- }
- }
- &__similar {
- display: flex;
- flex-direction: row;
- margin: 0 -10px;
- }
- &__subtitle {
- font-family: $fontcuprum;
- font-size: 25px;
- color: #3b434d;
- font-weight: 600;
- }
- }
|