mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update drive icon
This commit is contained in:
parent
cc45d920ba
commit
982ef748ef
@ -212,7 +212,7 @@ define([
|
||||
]),
|
||||
h('div.cp-app-drive', [
|
||||
h('a.cp-drive-btn', {'href': '/drive/'}, [
|
||||
h('i.fa.fa-hdd-o', {'aria-hidden': 'true'}),
|
||||
h('i', {'data-lucide':'hard-drive', 'aria-hidden':'true'}),
|
||||
Msg.team_cat_drive
|
||||
]),
|
||||
extraButtons
|
||||
|
||||
@ -237,7 +237,8 @@
|
||||
a.cp-drive-btn {
|
||||
color: @cryptpad_text_col;
|
||||
font-size: 1.5rem;
|
||||
display: block;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: min-content;
|
||||
flex-shrink: 0;
|
||||
width: fit-content;
|
||||
@ -250,10 +251,9 @@
|
||||
&:hover {
|
||||
background-color: fade(@cryptpad_text_col, 10%);
|
||||
}
|
||||
i {
|
||||
svg {
|
||||
color: @cryptpad_color_brand;
|
||||
margin-right: 10px;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
}
|
||||
.cp-sub-prompt {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user