HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/static/sass/backend/options/spacing.scss
.ct-option-spacing {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 75px;
	grid-column-gap: 4px;

	> span {

		input {
			text-align: center;
			position: relative;

			&.inactive {
				color: rgba(50, 55, 60, 0.5);
				pointer-events: none;
				background: rgba(255, 255, 255, 0.8);
			}

			&:focus {
				+ small {
					color: rgba(85, 93, 102, 0.8);
				}
			}
		}

		small {
			display: block;
			margin-top: 5px;
			font-size: 9px;
			font-weight: 500;
			line-height: normal;
			text-align: center;
			text-transform: uppercase;
			color: rgba(85, 93, 102, 0.5);
			overflow-wrap: anywhere;
		}
	}

	.ct-spacing-controls {

		a {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 100%;
			cursor: pointer;
			color: #555d66;

			&:hover {
				color: var(--accentColor);
			}

			svg {
				fill: currentColor;
			}
		}
	}
}