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.
 
 
 
 
 
 

363 lines
7.3 KiB

@import "common/parts"
@import "base/colors"
@import "base/variavles"
.simple-field
.header
@extend %header
max-width: 100%
label
font-weight: normal
.nav
li.active
border-top: 3px solid black
.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
//text-transform: uppercase
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
display: inline-block
color: #4e4c4c
&:hover
color: #4e4c4c
text-decoration: none
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
&.-small
padding: 5px 14px
font-size: 10pt
&.-gray
border: 1px solid #bdbdbd
&.-up_down:after
content: "\e252"
font-family: 'Glyphicons Halflings'
position: relative
right: -5px
top: 3px
font-style: normal
font-weight: normal
font-size: 10pt
line-height: 1
padding-right: 20px
-webkit-font-smoothing: antialiased
.icon-edit
//content: ''
display: inline-block
width: 40px
height: 16px
background:
image: url("#{$static}/img/menuUser.png")
size: 60%
repeat: no-repeat
position: 0 0
.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
margin-right: 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-top: 10px
border-top: 1px solid #CFCFCF
.btn-plus
line-height: 115%
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
.preview-container
position: relative
//display: inline-block
.file-upload-remove-img-btn
position: absolute
top: 0
right: 0
background-color: white
//width: 16px
//height: 16px
//background: url('#{$static}/img/aui-icon-close.png') no-repeat center
cursor: pointer
textarea.description
font-size: 9pt
color: darkgray
resize: vertical
max-height: 68px
.file-upload-widget
list-style: none
.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: 'свернуть'
.btn-group
.btn
padding: 15px 30px
.btn-round
$radius: 30px
.btn:first-child
border-top-left-radius: $radius
border-bottom-left-radius: $radius
.btn:last-child
border-top-right-radius: $radius
border-bottom-right-radius: $radius
.link-sort
button,
a
font-size: 14px
font-family: 'Arial-MT-Regular', sans-serif
color: #6b6b6b
padding: 11px 23px
border-radius: 40px
margin-right: 6px
border: 1px solid #c2c2c2
background-color: #fff
&:after
content: "\e252"
font-family: 'Glyphicons Halflings'
position: relative
right: -5px
top: 3px
font-style: normal
font-weight: normal
line-height: 1
-webkit-font-smoothing: antialiased
p
display: inline-block
.btn-up_down
width: 110px
text-transform: uppercase
font-size: 10pt
font-family: 'Myriad', sans-serif
color: #6b6b6b
padding: 11px 23px
border-radius: 40px
margin-right: 6px
border: 1px solid #c2c2c2
background-color: #fff
&:after
content: "\e253"
font-family: 'Glyphicons Halflings'
font-style: normal
font-weight: normal
line-height: 1
-webkit-font-smoothing: antialiased
&.-small
padding: 5px 10px
.btn-up_down.clicked
&:after
content: "\e252"