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.
178 lines
3.2 KiB
178 lines
3.2 KiB
@import "base/variavles"
|
|
@import "modules/mods"
|
|
|
|
//.avatarInset
|
|
// //width: 100%
|
|
// height: 224px
|
|
// img
|
|
// width: 100%
|
|
// height: 100%
|
|
// //padding: 10%
|
|
// background-color: #e4e4e4
|
|
|
|
.count
|
|
display: inline-block
|
|
width: 32px
|
|
height: 32px
|
|
border-radius: 100%
|
|
text-align: center
|
|
line-height: 32px
|
|
font-family: 'Arial-MT-Regular', sans-serif
|
|
overflow: hidden
|
|
color: black
|
|
background-color: #ccc
|
|
margin-left: 10px
|
|
|
|
.projects_count
|
|
display: inline-block
|
|
color: red
|
|
margin: 0 15px
|
|
|
|
.object
|
|
.object-header
|
|
font-size: 24px
|
|
color: #545151
|
|
font-weight: bold
|
|
a
|
|
color: #575454
|
|
a:hover
|
|
text-decoration: none
|
|
color: #000
|
|
|
|
.user_name
|
|
color: #131212
|
|
font-size: 16pt
|
|
line-height: 100%
|
|
|
|
|
|
.border.add_line:before
|
|
content: ''
|
|
position: relative
|
|
display: block
|
|
width: 100px
|
|
height: 3px
|
|
background-color: black
|
|
left: 62px
|
|
top: 0
|
|
//z-index: 1
|
|
//-webkit-transition: all 0.3s ease-out
|
|
//-moz-transition: all 0.3s ease-out
|
|
//transition: all 0.3s ease-out
|
|
|
|
.nav-tabs a
|
|
color: #0b0b0b
|
|
table.ratings
|
|
font-size: 14pt
|
|
td
|
|
padding: 10px
|
|
.positive
|
|
color: #0b0b0b
|
|
.neutral
|
|
color: grey
|
|
.negative
|
|
color: red
|
|
|
|
table.projects
|
|
width: 100%
|
|
td
|
|
padding: 5px
|
|
tr:nth-child(2n)
|
|
background-color: #E8E8E8
|
|
|
|
.cut
|
|
display: inline-block
|
|
text-overflow: ellipsis
|
|
max-width: 550px
|
|
overflow: hidden
|
|
word-wrap: break-word
|
|
white-space: nowrap
|
|
|
|
%icons
|
|
margin-left: 24px
|
|
display: flex
|
|
align-items: center
|
|
&:before
|
|
content: ''
|
|
display: inline-block
|
|
width: 20px
|
|
height: 20px
|
|
background-size: cover
|
|
position: relative
|
|
left: -5px
|
|
|
|
.icon-rating
|
|
@extend %icons
|
|
&:before
|
|
background: url('#{$static}/img/rett.png') no-repeat 0 0
|
|
|
|
.icon-deals
|
|
@extend %icons
|
|
&:before
|
|
width: 25px
|
|
height: 25px
|
|
background: url('#{$static}/img/rett.png') no-repeat 0 -19px
|
|
|
|
.icon-reviews
|
|
@extend %icons
|
|
&:before
|
|
width: 26px
|
|
height: 26px
|
|
background: url('#{$static}/img/rett.png') no-repeat 0 -44px
|
|
|
|
.icon-protect
|
|
@extend %icons
|
|
&:before
|
|
width: 26px
|
|
height: 26px
|
|
background: url('#{$static}/img/cenaList.png') no-repeat 0 0
|
|
|
|
.icon-trash-red
|
|
@extend %icons
|
|
&:before
|
|
width: 21px
|
|
height: 21px
|
|
background: url('#{$static}/img/cenaList3.png') no-repeat 0 0
|
|
|
|
.icon-trash-gray
|
|
@extend %icons
|
|
&:before
|
|
width: 21px
|
|
height: 21px
|
|
background: url('#{$static}/img/cenaList3.png') no-repeat 0 0
|
|
|
|
.icon-calendar
|
|
@extend %icons
|
|
&:before
|
|
width: 19px
|
|
height: 19px
|
|
background: url('#{$static}/img/listPro.png') no-repeat 0 0
|
|
|
|
.icon-eye
|
|
@extend %icons
|
|
&:before
|
|
width: 26px
|
|
height: 18px
|
|
background:
|
|
image: url('#{$static}/img/icons/icon_eye.png')
|
|
repeat: no-repeat
|
|
size: 26px 18px
|
|
|
|
.icon-speach-ball_gray
|
|
@extend %icons
|
|
&:before
|
|
width: 18px
|
|
height: 18px
|
|
background:
|
|
image: url('#{$static}/img/icons/icon_speach-ball_gray.png')
|
|
repeat: no-repeat
|
|
size: 18px 18px
|
|
|
|
.icon-certificate
|
|
@extend %icons
|
|
&:before
|
|
width: 18px
|
|
height: 18px
|
|
background:
|
|
image: url('#{$static}/img/icons/icon_сertificate-512.png')
|
|
repeat: no-repeat
|
|
size: 18px 18px
|
|
|