generated from cms/tibi-docs
changes
This commit is contained in:
@@ -128,9 +128,12 @@
|
||||
color: @font-color !important;
|
||||
}
|
||||
.long {
|
||||
display: none;
|
||||
max-width: 0px;
|
||||
overflow: hidden;
|
||||
background-color: @bg-color-secondary;
|
||||
color: @font-color-secondary;
|
||||
transition: 0.5s width ease-in, 0.5s background-color ease-in, 0.5s color ease-in;
|
||||
white-space: nowrap;
|
||||
padding-left: 15px;
|
||||
}
|
||||
&:hover {
|
||||
width: 500px;
|
||||
@@ -139,7 +142,8 @@
|
||||
background-color: white;
|
||||
|
||||
.long {
|
||||
display: initial;
|
||||
padding-left: 15px;
|
||||
max-width: fit-content;
|
||||
background-color: @bg-color;
|
||||
color: @font-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user