SimpleTable.scss 974 Bytes
@import "../../scss/krhr/mixins-component";

.table_tr{
	
}
.table_tr:hover{
    background-color: rgba(100, 100, 100, 0.1);  
}

.simple_table_wrap{
	padding: 2px 5px;
	table > thead > tr > th{
		border-bottom: 2px solid #76c187;
	}
	table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td{
		border-top:0px;
	}
}


.roles_wrap{ 
	display: inline-block; 
	max-width: 380px;
	min-width: 240px; 
}
.edit_role{
	position: absolute;
	right: 0;
    top: 10px;
} 
.edit_btn{
	position: absolute;
	right: 0;
    top: 10px;
}
.edit_role:hover{
	color: #419bf9;
	cursor: pointer;
}
.role_edit_wrap{
	display: inline-block;
	.role_wrap{
		margin: 5px 9px;
	}
}
.role_wrap{
	display: inline-block; 
	border: 1px solid #E6E5E5;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 16px;
	width: 84px;
	text-align: center;
	cursor: default;
}


@include button-generate('.success_btn',$success);