lk
This commit is contained in:
@@ -4111,4 +4111,27 @@ button.btn-primary {
|
||||
|
||||
.detailed-stats h3 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
/* Скрытые элементы */
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Или более мягкий вариант - скрыть, но сохранить место */
|
||||
.visually-hidden {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Если нужно сделать плавное появление позже */
|
||||
.hidden-conditional {
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
}
|
||||
Reference in New Issue
Block a user