mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-04 08:34:11 +01:00
11 lines
272 B
SCSS
11 lines
272 B
SCSS
/*!
|
|
* @copyright Copyright (C) 2010-2020 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
.hljs {
|
|
padding: 0.9em !important;
|
|
box-shadow: 0 0px 3px 2px inset rgba(0, 0, 0, 0.4);
|
|
border-radius: $ibo-border-radius-300;
|
|
white-space: pre-wrap;
|
|
} |