You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
258 lines
5.3 KiB
258 lines
5.3 KiB
@import "common/parts"
|
|
@import "base/colors"
|
|
@import "base/variavles"
|
|
|
|
.simple-field
|
|
.header
|
|
@extend %header
|
|
max-width: 100%
|
|
|
|
label
|
|
font-weight: normal
|
|
|
|
.simple-input
|
|
height: 51px
|
|
width: 100%
|
|
border: 1px solid #{map_get($component_colors, border)}
|
|
outline: none
|
|
padding: 5px 40px 5px 20px
|
|
background-color: white
|
|
margin-bottom: -1px
|
|
&:-webkit-autofill
|
|
-webkit-box-shadow: 0 0 0 1000px white inset
|
|
//transition: background-color 5000s ease-in-out 0s
|
|
&.icon-rub
|
|
background:
|
|
image: url("#{$static}/img/rub.png")
|
|
repeat: no-repeat
|
|
position-x: 95%
|
|
position-y: center
|
|
size: 16px 16px
|
|
color: white
|
|
&.icon-days
|
|
background:
|
|
image: url("#{$static}/img/days.png")
|
|
repeat: no-repeat
|
|
position-x: 95%
|
|
position-y: center
|
|
size: 40px 14px
|
|
color: white
|
|
&.italic::-webkit-input-placeholder
|
|
font-style: italic
|
|
|
|
.simple-select
|
|
height: 51px
|
|
width: 100%
|
|
border: 1px solid #{map_get($component_colors, border)}
|
|
outline: none
|
|
padding: 5px 40px 5px 20px
|
|
background-color: white
|
|
margin-bottom: -1px
|
|
display: flex
|
|
align-items: center
|
|
text-align: center
|
|
select
|
|
background-color: darkgray
|
|
&.fill
|
|
background-color: #F2F2F2
|
|
.text
|
|
color: #a3a3a3
|
|
|
|
textarea.description
|
|
max-width: 100%
|
|
width: 100%
|
|
&::-webkit-input-placeholder
|
|
font-style: italic
|
|
|
|
.btn-simple
|
|
border-radius: 40px
|
|
padding: 10px 15px
|
|
border: 1px solid #FF0029
|
|
background: none
|
|
font-family: Myriad, sans-serif
|
|
font-weight: normal
|
|
font-style: normal
|
|
font-size: 14pt
|
|
&:hover
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
|
|
-webkit-transform: scale(1.04)
|
|
-moz-transform: scale(1.04)
|
|
transform: scale(1.04)
|
|
&:focus
|
|
outline: none
|
|
&:active
|
|
outline: 0 !important
|
|
|
|
.upload-new, .btn-simple
|
|
transition: all 0.3s
|
|
cursor: pointer
|
|
|
|
.upload-new
|
|
width: 50%
|
|
height: 30px
|
|
overflow: hidden
|
|
cursor: pointer
|
|
border-radius: 40px
|
|
border: 1px solid #FF0029
|
|
box-sizing: border-box
|
|
&:hover
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
|
|
-webkit-transform: scale(1.04)
|
|
-moz-transform: scale(1.04)
|
|
transform: scale(1.04)
|
|
input
|
|
display: block !important
|
|
width: 100% !important
|
|
height: 30px !important
|
|
opacity: 0 !important
|
|
cursor: pointer
|
|
p
|
|
line-height: 30px
|
|
text-transform: uppercase
|
|
margin: -30px 0 0 0
|
|
text-align: center
|
|
p,
|
|
& + span
|
|
font-size: 10pt
|
|
font-family: Myriad, sans-serif
|
|
|
|
.upload-new.paper-clip
|
|
padding-left: 40px
|
|
padding-right: 15px
|
|
background:
|
|
image: url("#{$static}/img/paper-clip_icon._g.png")
|
|
repeat: no-repeat
|
|
position-x: 5%
|
|
position-y: center
|
|
size: 30px 30px
|
|
color: white
|
|
//background: no-repeat left
|
|
//background-size: 30px 30px
|
|
width: auto
|
|
|
|
.upload-new.paper-clip p
|
|
//font-size: 10pt
|
|
width: auto
|
|
text-align: right
|
|
|
|
.separator
|
|
margin-top: 35px
|
|
margin-bottom: 15px
|
|
display: flex
|
|
.header
|
|
@extend %header
|
|
max-width: 100%
|
|
.resButton
|
|
position: relative
|
|
top: -15px
|
|
width: 50px
|
|
height: 50px
|
|
background-color: white
|
|
border: 1px solid #CFCFCF
|
|
color: #FF0029
|
|
text-align: center
|
|
font-size: 16px
|
|
border-radius: 50%
|
|
margin-left: 25px
|
|
-webkit-transition: all 0.3s ease-out
|
|
-moz-transition: all 0.3s ease-out
|
|
transition: all 0.3s ease-out
|
|
transform: rotate(180deg)
|
|
&:focus
|
|
outline: none
|
|
|
|
.border
|
|
flex: 1 1 auto
|
|
margin: 10px 0 0 25px
|
|
border-top: 1px solid #CFCFCF
|
|
|
|
.btn-plus
|
|
white-space: normal
|
|
padding-left: 18%
|
|
color: #FF0029
|
|
line-height: 1em
|
|
font-family: Arial-MT-Regular, sans-serif
|
|
font-size: 10pt
|
|
|
|
.btn-plus:hover
|
|
color: #FF0029
|
|
|
|
.btn-plus
|
|
background: url("#{$static}/img/circle_cross.svg") no-repeat left
|
|
background-position-x: 5px
|
|
|
|
.custom-checkbox
|
|
width: 20px
|
|
height: 20px
|
|
|
|
.custom-radio
|
|
width: 20px
|
|
height: 20px
|
|
|
|
.custom-check
|
|
cursor: pointer
|
|
display: inline-block
|
|
width: 100%
|
|
.checked
|
|
background: url("#{$static}/img/checkbox_Check.png.png") no-repeat center
|
|
background-size: 100% 51px
|
|
width: 100%
|
|
height: 51px
|
|
.not-checked
|
|
background: url("#{$static}/img/checkbox_notCheck.png") no-repeat center
|
|
background-size: 100% 51px
|
|
width: 100%
|
|
height: 51px
|
|
|
|
.documentsChat
|
|
.file-upload-label
|
|
color: darkgray
|
|
.file-upload-remove-btn
|
|
display: inline-block
|
|
width: 11px
|
|
height: 11px
|
|
background: url('#{$static}/img/delDoc.png') no-repeat center
|
|
cursor: pointer
|
|
.file-upload-remove-img-btn
|
|
width: 16px
|
|
height: 16px
|
|
background: url('#{$static}/img/aui-icon-close.png') no-repeat center
|
|
cursor: pointer
|
|
//padding: px
|
|
|
|
.preview-container
|
|
position: relative
|
|
//display: inline-block
|
|
.file-upload-remove-img-btn
|
|
position: absolute
|
|
top: 0
|
|
right: 0
|
|
textarea.description
|
|
font-size: 9pt
|
|
color: darkgray
|
|
resize: vertical
|
|
max-height: 68px
|
|
|
|
.file-upload-widget
|
|
.preview
|
|
width: 100%
|
|
height: 200px
|
|
background:
|
|
repeat: no-repeat
|
|
position-x: center
|
|
position-y: center
|
|
size: cover
|
|
|
|
.complete
|
|
display: none
|
|
|
|
.more
|
|
font-style: italic
|
|
color: #{map_get($component_colors, select)}
|
|
padding: 3px
|
|
cursor: pointer
|
|
&:before
|
|
content: '...читать далее'
|
|
&.less
|
|
&:before
|
|
content: 'свернуть'
|
|
|