/** IMPORT AMOS-LAYOUT VARIABLES and UTILITY */ @import (optional) "../../vendor/elitedivision/amos-layout/src/assets/resources/base/less/v2/variables.less"; @import (optional) "../../vendor/elitedivision/amos-layout/src/assets/resources/base/less/v2/utility.less"; /** IMPORT STYLE-CUSTOM */ @import (optional) "../../frontend/web/less/style_custom.less"; .event-container { font-size: 18px; display: flex; flex-direction: column; margin-top: 34px; .font-weight-bold { font-weight: bold; } .d-flex { display: flex; } .flex-column { flex-direction: column; } .flex-column-reverse { flex-direction: column-reverse; } .flex-row { flex-direction: row; } .flex-md-row { @media (min-width:768px) { flex-direction: row; } } .flex-md-column { @media (min-width:768px) { flex-direction: column; } } .h-100 { height: 100%; } .img-fluid { max-width: 100%; height: auto; } flex-direction: column; .date-dark { @media (min-width:992px) { background-color: #fff; } >p { @media (max-width: 767px) { // @include get-color-contrast($tertiary); } } } .date { background-color: #f7f9fa; padding: 24px; justify-content: center; align-items: center; margin-right: 16px; flex-grow: 1; @media (max-width: 767px) { background-color: transparent; justify-content: flex-start; padding: 0; } .h2 { font-weight: bold; } p { margin: 0px; @media (max-width: 767px) { margin-right: 8px; font-size: 1.3em; } } } .hour { display: flex; padding: 12px; background-color: @brand-secondary-color; margin-right: 16px; justify-content: center; @media (max-width: 767px) { background-color: transparent; justify-content: flex-start; padding: 12px; margin-right: 0; } span { margin: 0; color: contrast(@brand-secondary-color); @media (max-width: 767px) { color: inherit; } &.am { margin-right: 8px; @media (max-width: 767px) { line-height: 1.3; } line-height: 1.7; } } } .title-one-line { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .link-list-title { margin: 12px 0; text-decoration: none; &:hover{ text-decoration: underline; } @media (max-width: 767px) { margin-top: 0; } h3 { margin: 0; } } .image-wrapper { img { object-position: center; object-fit: cover; } .manage { .dropdown-menu { top: 30px; } &+.new-badge.badge { right: 50px; } .manage-menu{ position: absolute; top: 5px; right: 5px; background-color: @white-color; z-index:1; width: auto; border-radius: 4px; border: 1px solid @black-color; padding: 3px 8px; margin-right: 0; font-size: 20px; .am-chevron-down{ display: none; } span.pull-left{ margin: 0; color: inherit; } &:hover{ background-color: @main-background-color; color: @white-color; opacity: 1; } } } } .btn { align-self: flex-start; margin: 18px 0 ; &.btn-primary { background-color: @brand-primary-color !important; border-color: @brand-primary-color; color: contrast(@brand-primary-color); &:hover { color: #FFF; } } } } .community-page { background-color: inherit; .breadcrumb { padding: 30px 0; background-color: inherit; } } .event-list-item-container { a:hover { h5 { text-decoration: underline; } } } .event-calendar { //box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1); width: 60px; }