call_app_box.less 540 Bytes
@charset "UTF-8";

.call-app-box {
	background-color: #000000;
	width: 100%;
	height: 124px;
	.box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: auto;
		height: 100%;
		padding: 0 20px;
		.logo-box {
			width: 208px;
			height: 80px;
			.img {
				display: block;
				width: 208px;
				height: 80px;
			}
		}
		.buttons-box {
			.btn {
				&.btn-default {
					color: #23D41E;
					font-size: 22px;
					padding: 14px 24px;
					border: 2px solid #23D41E;
					border-radius: 48px;
				}
			}
		}
	}
}