Skip to content

Commit fbf4248

Browse files
VolodymyrBgAniket-Engg
authored andcommitted
Update remix-ui-vertical-icons-panel.css
1 parent 4e1d447 commit fbf4248

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

+20
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,23 @@
149149
list-style: none;
150150
margin: 0px;
151151
}
152+
153+
.remixui_plugins-list-tooltip {
154+
min-width: 200px;
155+
max-width: 300px;
156+
word-wrap: break-word;
157+
animation: fadeIn 0.3s ease-in-out;
158+
}
159+
160+
.remixui_plugin-names-tooltip ul li {
161+
text-transform: capitalize;
162+
}
163+
164+
@keyframes fadeIn {
165+
from {
166+
opacity: 0;
167+
}
168+
to {
169+
opacity: 1;
170+
}
171+
}

0 commit comments

Comments
 (0)