2021-04-04 22:38:00 +03:00

243 lines
3.8 KiB
SCSS

@import '../constansts';
@import '../parts/order';
@import '../../libs/bootstrap_datetimepicker/css/bootstrap-datetimepicker.min.css';
@import '../../libs/bootstrap_datetimepicker/css/bootstrap.min.css';
@import '../../libs/bootstrap-select/bootstrap-select.min.css';
.form-block {
h1 {
font-weight: 600;
font-size: 32px;
font-family: 'Museo Regular', sans-serif;
text-align: center;
}
input, select {
&:focus {
border: 1px solid $main-color;
box-shadow: none;
}
}
option {
padding-top: 5px;
padding-bottom: 5px;
}
.form-add {
&__item {
display: flex;
align-items: center;
justify-content: space-between;
height: 82px;
padding: 10px;
border: 1px solid #606266;
border-radius: 10px;
.btn-adding {
min-width: 90px;
border-color: #4cae4c !important;
background-color: #5cb85c !important;
color: #ffffff;
}
.btn {
min-width: 100px;
}
i {
font-size: 48px;
&.mr10 {
margin-left: 10px;
}
}
&-text {
color: #4c4c4c;
text-align: center;
h6 {
font-size: 18px;
}
}
}
}
.guest-img {
div {
display: flex;
flex-direction: column;
align-items: flex-start;
min-width: 395px;
&:first-child {
padding-left: 21px;
}
}
}
.cheque {
padding-top: 15px;
background-color: #f0f0f0;
color: #4c4c4c;
h3 {
font-size: 20px;
font-family: 'Museo Bold', sans-serif;
}
h4 {
margin-top: 20px;
margin-bottom: 20px;
color: $main-color;
font-size: 15px;
font-family: 'Museo Bold', sans-serif;
}
p {
font-size: 16px;
}
div {
position: relative;
padding-left: 15px;
border-bottom: 2px dashed #ffffff;
&.dots {
&::before {
content: '';
position: absolute;
bottom: -7px;
left: -7px;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #ffffff;
}
&::after {
content: '';
position: absolute;
right: -7px;
bottom: -7px;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #ffffff;
}
}
&:last-child {
border-bottom: 0;
}
}
&-quest {
display: none;
}
&-date {
display: none;
}
&-guests {
display: none;
}
&-adding {
display: none;
}
&-sum {
display: none;
}
}
.dropdown-menu {
a {
background-color: #f5f7fa !important;
&:hover {
color: #606266 !important;
}
&.selected {
background-color: #fefefe;
color: $main-color;
}
}
}
}
.input-group-btn {
button {
max-height: 34px;
}
}
@media screen and (max-width: 1200px) {
.guest-img {
div {
min-width: auto !important;
}
img {
width: 300px;
}
}
.form-add__item {
align-items: center !important;
}
}
@media screen and (max-width: 576px) {
.form-add__item {
justify-content: space-between !important;
padding: 10px;
}
.form-block h1 {
font-size: 28px;
text-align: left;
}
.main-form {
position: unset;
&-submit {
position: absolute;
bottom: 0;
left: 15px;
z-index: 9;
}
}
.col-lg-8 {
position: unset;
}
.all-form {
position: relative;
padding-bottom: 50px;
}
.guest-img {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
div {
align-items: center !important;
margin-bottom: 10px;
}
}
}