Your IP : 216.73.216.215


Current Path : /home/flapst5/ekmtoronto.com/wp-content/plugins/code-snippets/css/edit/
Upload File :
Current File : /home/flapst5/ekmtoronto.com/wp-content/plugins/code-snippets/css/edit/_notices.scss

.code-snippets-notice {
	.notice-dismiss {
		position: absolute;
		transform: initial;
		inset-inline-end: 0;
		inset-block-start: 0;
	}

	details {
		margin: .5em 0;
		padding: 2px;

		summary {
			cursor: pointer;
		}

		pre {
			max-inline-size: 100%;
			overflow: auto hidden;
			white-space: pre;
		}

		.stack-trace-hint {
			opacity: 0.5;
		}
	}
}