HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/precisionhealthcareproviders/public_html/scss/_button.scss
/* Main Button Area css
============================================================================================ */
.white_bg_btn{
	background: #fff;
	display: inline-block;
	color: $title-color;
	line-height: 40px;
	padding: 0px 28px;
	font-size: 14px;
	font-family: $primary-font;
	font-weight: 500;
	text-transform: uppercase;
	@include transition;
	border: none;
	&:hover{
		background: $primary-color;
		color: #fff;
	}
}
.blog_btn{
	border: 1px solid #eeeeee;
	background: #f9f9ff;
	padding: 0px 32px;
	font-size: 13px;
	font-weight: 500;
	font-family: $primary-font;
	color: $title-color;
	line-height: 34px;
	display: inline-block;
	&:hover{
		background: $primary-color;
		border-color: $primary-color;
		color: #fff;
	}
}


/* End Main Button Area css
============================================================================================ */