change dropdown on link for dashboard user files
This commit is contained in:
@@ -3892,48 +3892,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.section-add-file {
|
||||
position: relative;
|
||||
|
||||
.section-drop-down-list {
|
||||
position: absolute;
|
||||
left: 80%;
|
||||
top: 50%;
|
||||
max-height: 0;
|
||||
color: v.$text-p;
|
||||
font-size: 16px;
|
||||
border-radius: 20px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
width: fit-content;
|
||||
z-index: 2;
|
||||
font-weight: 500;
|
||||
|
||||
background: #ffffff00;
|
||||
overflow: hidden;
|
||||
transition: all 0.5s ease;
|
||||
transform: translateY(-50%);
|
||||
|
||||
&.opened {
|
||||
max-height: 500px;
|
||||
padding: 15px 10px;
|
||||
box-shadow: 0 4px 20px #00000014;
|
||||
background: v.$white;
|
||||
}
|
||||
|
||||
a {
|
||||
white-space: nowrap;
|
||||
color: v.$p-color;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
transition: all 0.3s ease;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.violations-table {
|
||||
background: white;
|
||||
border-radius: 20px;
|
||||
|
||||
Reference in New Issue
Block a user