UNPKG

@randstad-design/orbit-multitheme

Version:

multitheme Front-end code based on Randstad Human Forward components

114 lines (107 loc) 3.25 kB
.button-group { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; margin-top: -10px; overflow: hidden; } .button-group .button { margin-top: 10px; } .button-group--full-width { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } @media (max-width: 940px) { .button-group { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -5px; margin-right: -5px; } .button-group .button { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-left: 5px; margin-right: 5px; } } @media (min-width: 941px) { .button-group:not(.button-group--reverse-on-l) .button:first-child { margin-right: 5px; } .button-group:not(.button-group--reverse-on-l) .button:last-child { margin-left: 5px; } .button-group--reverse-on-l .button:first-child { margin-left: 5px; -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; } .button-group--reverse-on-l .button:last-child { margin-right: 5px; } .button-group--options { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .button-group--options .button { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .button-group--options:not(.button-group--reverse-on-l) .button { margin-right: 10px; } .button-group--options:not(.button-group--reverse-on-l) .button:last-child { margin-left: 0; } .button-group--options:not(.button--full-width), .button-group--options a.button:not(.button--full-width) { max-width: 400px; } } .notice-action .notice-action__text, .notice-action .notice-action__text p { font-family: Montserrat-ExtraBold, arial, sans-serif; font-size: 26px; text-transform: uppercase; line-height: 30px; margin-bottom: 0; } @media (max-width: 940px) { .notice-action__wrapper { padding-bottom: 30px; padding-top: 30px; } .notice-action .button { margin-top: 30px; } .notice-action .button-group { -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; margin-top: 20px; } .notice-action .button-group .button { margin-top: 10px; } } @media (min-width: 941px) { .notice-action__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 50px; padding-top: 50px; } .notice-action__text { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; max-width: calc((33/58) * 100%); position: relative; top: 10px; } .notice-action__text + .button, .notice-action__text + .button-group { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-left: 30px; } } /*# sourceMappingURL=action.css.map */