@import url("fonts.css"); @desktop_l: ~"only screen and (min-width: 1200px)"; // xl 1140 @desktop: ~"only screen and (min-width: 992px) and (max-width: 1199px)"; // lg 960 @tablet: ~"only screen and (min-width: 768px) and (max-width: 991px)"; // md 720 @phone_l: ~"only screen and (min-width: 576px) and (max-width: 767px)"; // sm 540 @phone: ~"only screen and (max-width: 575px)"; // auto .newline() { content:"\000A"; white-space: pre; } .menu_delimiter() { content: "|"; margin: 0rem 0.3rem 0rem 0.4rem; display: inline-block; } @bordo: #914e5d; @yellow: #efcf51; @error_color: #ff0000; @blue: #d2f0ff; /*@blue: #8cd0ef;*/ @violet: #7d6aad; @dark_violet: #3b2774; .transition(@selector, @time) { -webkit-transition: @selector @time ease-in-out !important; -moz-transition: @selector @time ease-in-out !important; -o-transition: @selector @time ease-in-out !important; -ms-transition: @selector @time ease-in-out !important; transition: @selector @time ease-in-out !important; } .border_radius(@radius) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; } .with_shadow(@x, @y, @blur, @spread, @color) { -webkit-box-shadow: @x @y @blur @spread @color; -moz-box-shadow: @x @y @blur @spread @color; box-shadow: @x @y @blur @spread @color; } * { margin: 0; padding: 0; } html, body { width: 100%; /*height: 100%;*/ /*background-color: @violet;*/ font-family: "GoodHeadlinePro"; font-size: 16px; text-align: center; color: #ffffff; } body { background-color: @violet; } #wrapper { position: relative; min-height: 100vh; padding-bottom: 128px; overflow: hidden; @media @tablet { padding-bottom: 170px; } @media @phone_l { padding-bottom: 210px; } @media @phone { padding-bottom: 270px; } .container-fluid { position: relative; z-index: 3; } } .container { &.navigation { font-weight: bold; .navbar-nav { min-height: 90px; align-items: center; .nav-item { position: relative; display: table; height: 40px; margin: auto 0.1rem; &.logo { margin: -0.2rem 0.5rem 0rem 0.5rem; height: 100%; } a { position: relative; color: @dark_violet; font-size: 1.125rem; padding: 4px 24px 5px 24px; margin: 0 7px; z-index: 1; background-color: #ffffff; .border_radius(8px); .transition(background-color, 0.2s); } &:hover, &.active { a { background-color: @dark_violet; color: #ffffff; text-decoration: none; cursor: pointer !important; } } @media @tablet, @phone_l, @phone { margin: 0.5rem 0rem 0rem auto; height: auto; a { text-align: right; padding-left: 0.5rem; padding-right: 0.5rem; } } } @media @tablet, @phone_l, @phone { width: 99%; } } .navbar { @media @desktop_l, @desktop { padding: 0; } @media @tablet, @phone_l, @phone { padding-top: 1.5rem; } @media @phone { padding-left: 0rem; padding-right: 0rem; } a.logo { /* position: absolute; top: 25px; left: 0; right: 0; margin: auto; z-index: 1; */ } .navbar-toggler { outline: none; z-index: 2; span { display: block; background-color: #ffffff; height: 6px; width: 30px; /*border: 1px solid @violet;*/ border-radius: 3px; margin-top: 4px; margin-bottom: 4px; position: relative; left: 0; opacity: 1; transition: all 0.25s ease-out; transform-origin: center left; } } .logo_m { position: absolute; top: 0; left: 0; right: 0; } } #navbarNav.show { /*@media @tablet { margin-bottom: -5rem; }*/ } } } .page_header { background: url("../images/home_back_d.jpg") no-repeat center top; background-size: cover; } .section_title { font-size: 2.5rem; line-height: 2.8rem; font-weight: bold; margin: 3rem auto 3rem auto; &.violet { color: @dark_violet; } @media @phone { font-size: 2.2rem; line-height: 2.4rem; } } .section_subtitle { font-size: 1.5rem; line-height: 1.7rem; } a:not(.nav-link):not(.reg_btn) { color: #ffffff; text-decoration: underline; } p.note { margin: 1.0rem auto 3rem auto; &.smaller { font-size: 0.875rem; } } .container-fluid.coming_soon { @media @tablet { .header img { max-width: 120%; margin-left: -10%; }; } @media @phone_l { .header img { max-width: 140%; margin-left: -20%; }; } @media @phone { .header img { max-width: 160%; margin-left: -30%; }; } .prizes { margin-top: -16vw; @media (min-width: 2000px) { margin-top: -20rem; } @media @tablet, @phone_l, @phone { margin-top: -5vh } } .cta { font-size: 2.5rem; line-height: 2.8rem; font-weight: bold; margin: 7vh auto 7vw auto; @media @phone { font-size: 1.5rem; line-height: 1.8rem; } } } .container-fluid.coming_soon .prizes, .container-fluid.home:not(.coming_soon) .cta { margin-top: -16vw; @media (min-width: 2000px) { margin-top: -20rem; } @media @tablet, @phone_l, @phone { margin-top: -5vh; } } .container-fluid.home { .header img { @media @phone_l { max-width: 120%; margin-left: -10%; } @media @phone { max-width: 150%; margin-left: -25%; } } .cta { font-size: 2rem; line-height: 2.2rem; font-weight: bold; width: 90%; max-width: 850px; margin-left: auto; margin-right: auto; margin-bottom: 4rem; p { text-shadow: 0px 2px 8px #36327e; } } .prizes_container { img { max-width: 285px; } } @media @phone { .cta { width: 100%; font-size: 1.6rem; line-height: 2.0rem; /*margin-top: -2vh !important;*/ margin-bottom: 4vh; } } } .container-fluid.howto { background-color: @dark_violet; .step { p { text-align: center; font-size: 1.125rem; margin-top: 1.5rem; } img { width: 100%; max-width: 330px; } } @media @tablet, @phone_l, @phone { .step { p { margin-top: 0; margin-bottom: 1.5rem; } } } } .container-fluid.prizes { /*background-color: @blue;*/ /*color: @dark_violet;*/ img { width: 100%; max-width: 510px; margin-bottom: 1.5rem; } } .container-fluid.registration { /*&.confirm, &.choose_prize { padding-bottom: 4rem; }*/ background: url("../images/back_tops.jpg") no-repeat center bottom; background-size: 100%; @media (max-width: 1500px) { background-size: 130%; } @media @desktop { background-size: 140%; } @media @tablet, @phone_l { background-size: 180%; } @media @phone { background-size: 180%; } .header img { width: 100%; max-width: 670px; @media @phone_l { max-width: 540px; } } .regform_container, .confirm_wrapper, .choose_prize_wrapper, .message_container { /*min-height: 300px;*/ min-height: calc(100vh - 410px); padding-top: 1rem; color: @dark_violet; & > .container > .row > div { background-color: #ffffff; width: 100%; max-width: 670px; margin: 1rem auto 0 auto; padding: 1.5rem 3rem; .border_radius(20px); @media @phone_l, @phone { /*margin-top: 0;*/ padding: 1.5rem; } } @media @phone_l { min-height: calc(100vh - 425px); } @media @phone { min-height: calc(100vh - 480px); } } .confirm_wrapper, .message_container { text-align: center; & > .container > .row > div { padding: 3rem; @media @tablet { padding: 3rem 2rem; } /* @media @phone_l { padding: 4vw 4vw; } @media @phone { padding: 4vw 6vw; } */ @media @phone_l, @phone { padding: 1.5rem; } } .description { font-size: 1.1rem; line-height: 1.3rem; margin-bottom: 0.75rem; span { /* display: block; margin-top: 1.5rem;*/ font-weight: bold; } } input { text-align: center; margin-bottom: 0.3rem; } .error_message, label.error { color: @error_color; } .error_message { text-align: center; font-size: 0.85rem; line-height: 1rem; } } .message_container { & > .container > .row > div { display: flex; flex-direction: column; align-items: center; justify-content: space-between; min-height: 350px; } } &.out_of_promo { .message_container { & > .container > .row > div { justify-content: center; min-height: 300px; } } } .choose_prize_wrapper { color: @dark_violet; text-align: center; width: 100%; padding: 1.5rem 3rem 3rem 3rem; .border_radius(20px); @media @phone_l, @phone { margin-top: 0; padding: 1.5rem; } p.cta { margin-top: 1.5rem; font-size: 1.3rem; line-height: 1.5rem; font-weight: bold; span { display: block; font-size: 0.75em; line-height: 1.2rem; color: @dark_violet; font-weight: normal; margin-top: 0.5rem; margin-bottom: 1.5rem; } @media @phone_l, @phone { margin-top: 0rem; font-size: 1.3rem; line-height: 1.5rem; } } .cta_prizes { display: flex; flex-direction: row; justify-content: center; &>div { padding: 0 5px; } p { margin-top: 0.5rem; font-size: 1.7rem; line-height: 2rem; font-weight: bold; span { display: block; font-size: 0.85rem; line-height: 0.9rem; color: @dark_violet; font-weight: normal; } } img { &.disabled { opacity: 0.5; } } @media @phone_l, @phone { flex-direction: row; &>div { flex-direction: column; align-items: center; } &>div:nth-child(2) { margin: 0; } p { text-align: center; } img { max-width: 100%; } /*.participate_btn { margin-top: 0rem !important; }*/ } @media @phone { flex-direction: column; /*&>div:nth-child(2) { margin-top: -5vw; }*/ p { /*margin-top: 0;*/ span { /*display: inline-block;*/ margin-left: 5px; } } img { max-width: 90%; } /*.participate_btn { margin-top: -2rem !important; }*/ } } .participate_btn { margin-top: 1rem; } } form { text-align: left; p { &.reg_form_title { font-size: 1.5rem; font-weight: bold; } &.restriction { font-size: 1.0rem; } &.error_message { color: @error_color; min-height: 24px; margin: 0.5rem auto 0.2rem auto; a { color: @error_color; text-decoration: underline; } } } p, label { line-height: 1.1rem; padding-left: 5px; } input { height: calc(2.6rem + 2px); .border_radius(10px); border: 2px solid @dark_violet; font-size: 1.15rem; line-height: calc(1.9rem + 2px); color: @dark_violet; padding-top: 0.6rem; box-shadow: none; &.error, &.date_error { border-color: @error_color; } } #u_receipt_number_group { position: relative; a { position: absolute; top: 6px; right: 5px; } .receipt_example { position: absolute; top: 15px; right: 30px; display: none; } } .label_error_container { display: flex; justify-content: space-between; align-items: baseline; margin-top: 0.8rem; margin-bottom: 0.2rem; span.error { font-size: 0.85rem; line-height: 1rem; label { font-size: 0.85rem; line-height: 1rem; text-align: right; font-weight: normal; color: @error_color; margin: 0; padding-left: 5px; min-width: auto; display: block; a { color: @error_color; } } @media @phone_l, @phone { label { text-align: left; } } &.error_amount, &.error_date { label { margin-top: -0.5rem; } } @media @phone_l { &.error_date { max-width: 270px; } &.error_amount label, &.error_date label, &.error_recap { text-align: right; } } } @media @phone_l, @phone { flex-direction: column; align-items: inherit; span:not(.error) { align-self: end; } } @media @phone { align-items: baseline; span.error { text-align: left; } } } label { font-size: 1.1rem; line-height: 1.2rem; font-weight: bold; margin-bottom: 0rem; min-width: 200px; &.amount_label { margin-bottom: 0.1rem; } /*@media @phone_l { min-width: auto; }*/ } label:first-child { margin-top: 0.3rem; } .amount_container { display: flex; /*align-items: center;*/ align-items: flex-start; justify-content: space-between; span:not(.price_delimiter):not(.date_delimiter):not(.error_amount):not(.error_date) { width: 100%; display: block; font-size: 0.75rem; line-height: 0.9rem; margin-top: 0.5rem; } label.amount_label { flex-basis: 45%; display: block; /*float: left;*/ @media @phone_l { flex-basis: 40%; } @media @phone { width: 100%; } span { width: 60%; margin-top: 0.2rem; font-size: 0.9rem; line-height: 1rem; font-weight: normal; } } label.amount_label { margin-top: 1rem; } @media @phone { flex-direction: column; align-items: baseline; .amount_section { margin-top: 0rem; } } } .amount_section, .date_section { display: inline-block; @media @phone { margin-top: 0rem; } input { width: 50px; margin: auto 0.2rem; font-size: 1.3rem; text-align: center; padding: 0.45rem 0.2rem 0.3rem 0.2rem; float: left; &#input_amount_1 { margin-left: 0; } &::placeholder { color: #dddddd; } @media @phone { margin: 0.2rem 0.1rem auto 0.1rem; } } span.price_delimiter, span.date_delimiter { font-size: 1.7rem; margin: 0px 0px 0px 0px; padding-top: 13px; padding-bottom: 0px; float: left; } &:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } } .amount_section { @media @phone_l, @phone { input { width: 48px; margin: auto 0.1rem; padding: 0.45rem 0.0rem 0.3rem 0.0rem; } } } .date_container { display: flex; flex-direction: row; justify-content: space-between; margin-top: 1rem; .date_label { flex-shrink: 1; padding-right: 1rem; } .date_section { flex-shrink: 0; margin-top: 0rem; input:nth-child(1), input:nth-child(3) { width: 70px; } input:nth-child(5) { width: 100px; } } @media @phone { flex-direction: column; .date_section { margin-right: 0; } } } @media (max-width: 485px) { .amount_label { width: 100%; } .amount_section { #input_amount_1 { margin-left: 0; } } } .recaptcha_container { width: 50%; float: right; @media @phone_l { width: 50%; } @media @phone { width: 100%; } .recaptcha-outer { text-align: center; background: #f9f9f9; border: 2px solid #f9f9f9; /*.border_radius(40px);*/ margin: 0.4rem 0rem 0.2rem 0rem; overflow: hidden; .recaptcha-inner{ width: 154px; height: 70px; overflow: hidden; margin: 0 auto; margin-top: -12px; padding: 0; #input_captcha { margin-left: -1px; } } &.error { border-color: @error_color; } } } .checkboxes { margin-top: 1rem; .label_error_container { flex-direction: column; flex-grow: 1; align-items: baseline; span.error { label { text-align: left; } } } label { margin-top: 0; } } .ch_rules_container, .ch_receipt_container { display: flex; flex-direction: row; align-items: center; width: 100%; margin-top: 1rem; } .check_label { width: calc(100% - 52px); text-align: left; margin-bottom: 0; } #ch_receipt, #ch_rules { width: 50px; } span.jqTransformCheckboxWrapper{ display: block; margin: 0; } a.jqTransformCheckbox { background: transparent url(../images/checkbox.png) no-repeat center top; vertical-align: top; width: 45px; height: 45px; display:block; outline: none; margin-left: auto; } a.jqTransformCheckbox.error { background: url(../images/checkbox_error.png) no-repeat center top; } a.jqTransformChecked, a.jqTransformChecked.error { background-position: center bottom;} .jqTransformHidden {display: none;} .form_comment { margin-top: 1rem; font-size: 0.75rem; line-height: 1.05rem; text-align: justify; } label, .form_comment { a { color: @dark_violet; text-decoration: underline; } } .participate_btn { text-align: center; /* a { width: 100%; max-width: 280px; }*/ } } .subscription { margin-top: 4rem; .subscribe_btn { a { font-size: 1.0rem !important; min-width: 100px; } } } &.out_of_promo { .description { margin-top: 7rem; font-size: 1.5rem; line-height: 2rem; a { color: @dark_violet; text-decoration: underline; } } } } .container-fluid.rules, .container-fluid.winners { .scroll_area { max-height: 500px; .mCSB_scrollTools { background-color: #ece9f3; width: 10px; .border_radius(16px); } .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y { margin-right: 0px; } .mCSB_draggerContainer { margin: 0; .mCSB_dragger { max-height: auto !important; .mCSB_draggerRail { background-color: transparent; } } .mCSB_dragger_bar { background-color: @violet; width: 10px; } } } } .container-fluid.rules { background-color: @dark_violet; .rules_container { /*max-width: 1600px;*/ margin: auto; &>div { background-color: #ffffff; .border_radius(16px); } } .scroll_area { margin: 2.5rem 0; color: @dark_violet; /* ------- doc formating */ ul { /*width: 465px;*/ width: 100%; list-style-type: none; font-size: 1rem; text-align: justify; padding-left: 0px; margin-bottom: 0; p.doc_title { font-size: 1.1rem; line-height: normal; text-align: center; padding-bottom: 20px; } p.game_title { font-size: 1.0rem; text-align: left; font-weight: bold; } span { font-weight: bold; } a { color: @dark_violet !important; text-decoration: underline; } li { margin-top: 2rem; margin-bottom: 0px; line-height: 1.2rem; &:first-child { margin-top: 0; } ul { display: flex; flex-wrap: wrap; li { font-weight: normal; margin-left: 10px; margin-top: 10px; margin-bottom: 5px; /*text-align: center;*/ width: 100%; &.products { width: 45%; @media @phone { width: 100%; } } ul li { font-weight: normal; margin-left: 10px; margin-top: 10px; padding-right: 10px; ul li { font-weight: normal; margin-left: 10px; } } } } } } li.rules_strong { margin-bottom: 5px; } li.italic { font-style: italic; } ul.disc { list-style-type: disc; li { margin-left: 15px; } } li.dash { margin-top: 0; margin-bottom: 0; &::before { content: "-"; /*text-indent: -5px;*/ margin-left: -5px; margin-right: 2px; } } span.underline { text-decoration: underline; } /* ------- end doc formating */ } } .container-fluid.winners { /*background-color: @blue;*/ color: #ffffff; .section_title { margin-bottom: 2rem; } .select_winners_btns { &>div { display: flex; justify-content: center; align-items: center; max-width: 1000px; margin: 1.5rem auto 0 auto; a { position: relative; margin: 0 20px; img { width: 100%; /*max-width: 200px;*/ .transition(opacity, 0.15s); &.inactive { position: absolute; } &.active { opacity: 0; } } &:hover, &.selected { cursor: pointer; img.inactive { opacity: 0; } img.active { opacity: 1; } } } @media @desktop_l, @desktop { width: 80%; } @media @tablet { width: 90%; } @media @phone { a { margin: 0 1.5vw; } } } } .winners_list_container { opacity: 0; background-color: #ffffff; width: 90%; max-width: 1000px; .border_radius(20px); margin: 2rem auto; color: @dark_violet; } .prize_title { font-size: 1.3rem; line-height: 1.55rem; font-weight: bold; margin: 1.5rem auto 0 auto; span.no_winners_message { display: inline-block; margin-top: 3rem; margin-bottom: 2rem; } @media @phone { font-size: 1.15rem; line-height: 1.4rem; span.no_winners_message { margin-top: 2rem; margin-bottom: 1rem; } } } .winners_list { /* display: flex; justify-content: center;*/ /*align-items: center;*/ /*min-height: 200px;*/ max-height: 300px; width: 100%; align-self: baseline; ul { list-style-type: none; display: flex !important; flex-wrap: wrap; font-size: 1.25rem; li { width: 25%; /*@media @tablet { width: 33.33% };*/ @media @phone_l { width: 33.33%; } @media @phone { width: 50%; font-size: 1.1rem; } } } } } .container-fluid.stickers { background-color: #8cd0ef; .get_sticker_btns { &>div { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: center; max-width: 1000px; margin: 0 auto; a { text-decoration: none; margin: 1rem 0rem; img { padding: 0 1rem; @media @desktop_l, @desktop { transform: scale(95%); .transition(transform, 0.15s); } } &:hover { img { transform: scale(100%); } } @media @desktop_l, @desktop, @tablet { &:nth-child(1) { flex: 0 0 25.6%; } &:nth-child(2) { flex: 0 0 24%; } &:nth-child(3) { flex: 0 0 25%; } &:nth-child(4) { flex: 0 0 25.4%; } &:nth-child(5) { flex: 0 0 16.3%; } &:nth-child(6) { flex: 0 0 21.7%; } &:nth-child(7) { flex: 0 0 18.5%; } &:nth-child(8) { flex: 0 0 24.7%; } &:nth-child(9) { flex: 0 0 34.8%; margin-left: auto; } &:nth-child(10) { flex: 0 0 30.8%; margin-right: auto; } } @media @phone_l { &:nth-child(1) { flex: 0 0 33%; } &:nth-child(2) { flex: 0 0 30.7%; } &:nth-child(3) { flex: 0 0 32%; } &:nth-child(4) { flex: 0 0 32.6%; } &:nth-child(5) { flex: 0 0 21%; } &:nth-child(6) { flex: 0 0 27.9%; } &:nth-child(7) { flex: 0 0 23.7%; } &:nth-child(8) { flex: 0 0 31.6%; } &:nth-child(9) { flex: 0 0 44.6%; } &:nth-child(10) { flex: 0 0 39.5%; } } /* @media @phone { &:nth-child(1) { flex: 0 0 39%; } &:nth-child(2) { flex: 0 0 36.5%; } &:nth-child(3) { flex: 0 0 38%; } &:nth-child(4) { flex: 0 0 38.7%; } &:nth-child(5) { flex: 0 0 24.8%; margin-left: auto; } &:nth-child(6) { flex: 0 0 33%; margin-right: auto; } &:nth-child(7) { flex: 0 0 28.2%; } &:nth-child(8) { flex: 0 0 37.6%; } &:nth-child(9) { flex: 0 0 53%; } &:nth-child(10) { flex: 0 0 37%; } } */ @media @phone { margin: 3vw 0rem; img { padding: 0 3vw; } &:nth-child(1) { flex: 0 0 46.8%; } &:nth-child(2) { flex: 0 0 43.8%; } &:nth-child(3) { flex: 0 0 45.6%; } &:nth-child(4) { flex: 0 0 46.4%; } &:nth-child(5) { flex: 0 0 29.8%; margin-left: 5vw; } &:nth-child(6) { flex: 0 0 39.6%; } &:nth-child(7) { flex: 0 0 33.8%; margin-left: 5vw; } &:nth-child(8) { flex: 0 0 45.1%; } &:nth-child(9) { flex: 0 0 58%; } &:nth-child(10) { flex: 0 0 42%; } } } } } .stickers_links { margin: 2rem auto 1.5rem auto; p { font-size: 1.3rem; line-height: 1.5rem; color: @dark_violet; span { font-weight: bold; } } @media @phone { p { font-size: 1.15rem; line-height: 1.3rem; } } } } footer { position: absolute; left: 0; right: 0; bottom: 0px; /*height: 130px;*/ padding-top: 130px; z-index: 2; @media @tablet { padding-top: 170px; } @media @phone_l { padding-top: 210px; } @media @phone { padding-top: 270px; } font-size: 0.9rem; text-align: left; z-index: 2; &>div { background-color: @dark_violet; padding-bottom: 1rem; } .container { max-width: 830px; margin: auto; @media @desktop { max-width: 800px; } @media @tablet { max-width: 630px; } } a { color: #ffffff; text-decoration: none !important; /*&#fb_btn, &#mdlz_btn {text-decoration: none;}*/ &:not(#fb_btn):not(#ig_btn):not(#mdlz_btn):hover { color: #ffffff; text-decoration: underline !important; } } p span { &.copyright_d { display: none; } &.copyright_m { display: block; } @media @desktop_l, @desktop { &.privacy_btn:after, &.rules_btn:after, &.aboutus_btn:after, &.contacts_btn:after { .menu_delimiter; } &.cookies_btn:after { .newline; } } @media @tablet, @phone_l { &.aboutus_btn:after, &.contacts_btn:after { .menu_delimiter; } &.privacy_btn:after, &.cookies_btn:after, &.rules_btn:after { .newline; } } @media @phone_l { &.copyright_m { font-size: 0.85rem; padding: 0rem; padding-bottom: 1rem; } } @media @phone { &.privacy_btn:after, &.cookies_btn:after, &.rules_btn:after, &.aboutus_btn:after, &.contacts_btn:after, &.terms_btn:after { .newline; } /*font-size: 0.9rem;*/ padding: 0 0.5rem; &.copyright_m { font-size: 0.85rem; padding: 0rem; padding-bottom: 1rem; padding-left: 8px; &:before { content:"\000A"; white-space: pre; } } } } } .goto_top_arrow { position: fixed; bottom: 20px; right: 10px; z-index: 100; max-width: 40px; opacity: 0.5; .transition(opacity, 0.2s); &:hover { opacity: 1; } @media @phone { bottom: 10px; max-width: 35px; } } .participate_btn, .subscribe_btn { margin: auto; a { position: relative; .transition(background-color, 0.2s); transition-property: color, background-color !important; display: inline-block; padding: 10px 60px 11px 60px; font-weight: bold; font-size: 28px; color: @dark_violet; background-color: #ffffff; .border_radius(12px); margin-bottom: 0.3rem; min-width: 220px; z-index: 1; text-decoration: none !important; &:hover { text-decoration: none; color: #ffffff; background-color: @dark_violet; } } span { display: block; font-size: 0.75rem; line-height: 1rem; font-weight: bold; /*color: #ffffff;*/ } @media @phone { /*width: 100%;*/ max-width: 280px; margin: auto; } &.medium { a { min-width: 120px; padding: 10px 60px 11px 60px; font-size: 20px; } } &.small { a { min-width: 120px; padding: 6px 40px 5px 40px; font-size: 18px; .border_radius(10px); } } &.white { a { color: @dark_violet; background-color: #ffffff; &:hover { color: #ffffff; background-color: @dark_violet; } } span { color: #ffffff; } } &.violet { a { color: #ffffff; background-color: @dark_violet; &:hover { color: @dark_violet; background-color: #ffffff; } } } } .participate_btn { @media @phone { width: 100%; } } .clear { clear: both; }