mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
17 lines
396 B
SCSS
17 lines
396 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
$ibo-vertical-highlight--width: $ibo-size-100;
|
|
$ibo-vertical-highlight--height: 100%;
|
|
|
|
@mixin ibo-vertical-highlight {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
content: "";
|
|
width: $ibo-vertical-highlight--width;
|
|
height: $ibo-vertical-highlight--height;
|
|
} |