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/textarea.scss
.ct-option-textarea {
	textarea {
		width: 100%;
		min-height: 80px;
		padding: 4px 8px;
		font-size: 14px;
		border-radius: 3px;
		border-color: var(--borderColor, #ddd);
		transition: box-shadow 0.1s linear, border-color 0.1s linear;

		&:hover {
			border-color: #0e8ecc;
		}

		&:focus {
			border-color: #0e8ecc;
			box-shadow: 0 0 0 1px #0e8ecc;
		}
	}

	&:not([data-resize]) textarea {
		resize: none;
	}

	&[data-resize="resize-y"] textarea {
		resize: vertical;
	}
}