HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/jhtaxatie.creativefellows.nl/public/scss/_reports.scss
.rapportages {
	padding: 1em 0;
}

.taxatie-row {
	margin-top: 1em;
	padding-bottom:1em;
	border-bottom: solid 1px $nav_border_bottom_color;
}
.pagination{margin:2.5rem 0 1rem 0;}

.taxatie-row > div {
	position: relative;
}

.taxatie-row > div::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.taxatie-row .icon {
	background-color: $jh_green;
	color: #fff;
	display: block;
	border-radius: 100%;
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3em;
	
	@include breakpoint(large){
		font-size:0.5em;
	}
}
.taxatie-row .icon.concept
{
	opacity:0.25;
}

.taxatie-row.new-item .icon {
	background-color: #ddd;
	color: #000;
}
.taxatie-row.new-item .align-middle {
	
	@include breakpoint(medium down){
		margin-top: 0.75em;
	}
	color: $inactive_text_color;
}

.taxatie-row.new-item a{color: $inactive_text_color;}
.taxatie-row.new-item a:hover{color:#0a0a0a;}
.taxatie-row.new-item a:hover .icon{background-color:$jh_yellow;}


.rapportages .table-group{margin-bottom:1em;}
.rapportages .table-row{border-bottom:solid 1px $light-gray;padding:0.5em 0;}
.rapportages .image-upload{display:block;overflow:hidden;}

.taxatie-row .taxation-approve{
	

	
	&.accept{color:$success-color;}
	&.accept::after{content:" |";	color:$light-gray;}
	&.decline{color:$alert-color;}
	
}