File "work-hours.css"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/gyan-elements/addons/css/widgets/work-hours.css
File size: 1.18 KB
MIME-type: text/plain
Charset: utf-8

.gyan-work-hours-section {
	overflow: hidden;
}

.gyan-work-hours-section .gyan-work-hours-days {
	margin: 0;
	padding: 0;
}

.gyan-work-hours-section .gyan-work-hours-days div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gyan-work-hours-section .top-border-divider .gyan-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gyan-work-hours-section .gyan-work-hours-days .heading-date, .gyan-work-hours-section .gyan-work-hours-days .heading-time {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	padding: 0;
	margin: 0;
}

.gyan-work-hours-section .gyan-work-hours-days .heading-time {
	text-align: right;
}