mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
12 lines
204 B
CSS
12 lines
204 B
CSS
.dropdown-item .dropdown-item-tick {
|
|
width: 1.5rem;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
text-align: center;
|
|
}
|