2015-11-05 17:25:02 +03:00
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2015-11-05 01:54:57 +03:00
2014-10-03 15:58:24 +04:00
. list-group {
2015-11-02 23:39:13 +03:00
border-radius : 0 ;
. list-group-item {
background-color : transparent ;
overflow : hidden ;
border : 0 ;
2014-10-03 15:58:24 +04:00
border-radius : 0 ;
2015-11-02 23:39:13 +03:00
padding : 0 16 px ;
& . baseline {
border-bottom : 1 px solid #cecece ;
& : last-child {
border-bottom : none ;
}
}
. row-picture , . row-action-primary {
2015-11-25 02:40:52 +03:00
//float: left; WARNING: float can't be used with display: inline-block. Certain properties shouldn't be used with certain display property values. (display-property-grouping) Browsers: All
2015-11-02 23:39:13 +03:00
display : inline-block ;
padding-right : 16 px ;
img , i , label {
display : block ;
width : 56 px ;
height : 56 px ;
}
img {
background : rgba ( 0 , 0 , 0 , 0 .1 ) ;
padding : 1 px ;
& . circle {
border-radius : 100 % ;
2014-10-03 15:58:24 +04:00
}
2015-11-02 23:39:13 +03:00
}
i {
background : rgba ( 0 , 0 , 0 , 0 .25 ) ;
border-radius : 100 % ;
text-align : center ;
line-height : 56 px ;
font-size : 20 px ;
color : white ;
}
label {
margin-left : 7 px ;
margin-right : - 7 px ;
margin-top : 5 px ;
margin-bottom : - 5 px ;
. checkbox-material {
left : - 10 px ;
2014-10-03 15:58:24 +04:00
}
2015-11-02 23:39:13 +03:00
}
2014-10-03 15:58:24 +04:00
}
2015-11-02 23:39:13 +03:00
. row-content {
display : inline-block ;
width : unquote ( " calc(100% - 92px) " ) ;
min-height : 66 px ;
. action-secondary {
position : absolute ;
right : 16 px ;
top : 16 px ;
i {
font-size : 20 px ;
color : rgba ( 0 , 0 , 0 , 0 .25 ) ;
cursor : pointer ;
2014-10-03 15:58:24 +04:00
}
2015-11-02 23:39:13 +03:00
}
. action-secondary ~ * {
max-width : unquote ( " calc(100% - 30px) " ) ;
}
. least-content {
position : absolute ;
right : 16 px ;
2015-11-25 02:40:52 +03:00
top : 0 ;
2015-11-02 23:39:13 +03:00
color : rgba ( 0 , 0 , 0 , 0 .54 ) ;
font-size : 14 px ;
}
}
. list-group-item-heading {
color : rgba ( 0 , 0 , 0 , 0 .77 ) ;
font-size : 20 px ;
line-height : 29 px ;
}
}
. list-group-item . active {
& : hover , &: focus {
background : rgba ( 0 , 0 , 0 ,. 15 ) ;
outline : 10 px solid rgba ( 0 , 0 , 0 ,. 15 ) ;
}
. list-group-item-heading , . list-group-item-text {
2015-11-25 01:34:17 +03:00
color : $mdb-text-color-primary ;
2015-11-02 23:39:13 +03:00
}
}
. list-group-separator {
clear : both ;
overflow : hidden ;
margin-top : 10 px ;
margin-bottom : 10 px ;
& : before {
content : " " ;
width : unquote ( " calc(100% - 90px) " ) ;
border-bottom : 1 px solid rgba ( 0 , 0 , 0 , 0 .1 ) ;
float : right ;
2014-10-03 15:58:24 +04:00
}
2015-11-02 23:39:13 +03:00
}
2014-10-03 15:58:24 +04:00
}