mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-28 16:17:02 +00:00
* change notification popover delete useless test * Update iconfont and user notification ui * change notification dialog detail * format css * update url of all notifications when send notice email --------- Co-authored-by: lian <imwhatiam123@gmail.com>
92 lines
1.4 KiB
CSS
92 lines
1.4 KiB
CSS
@font-face {
|
|
font-family: "sf3-font"; /* Project id 1230969 */
|
|
src: url('iconfont.woff2?t=1694053452699') format('woff2'),
|
|
url('iconfont.woff?t=1694053452699') format('woff'),
|
|
url('iconfont.ttf?t=1694053452699') format('truetype');
|
|
}
|
|
|
|
.sf3-font {
|
|
font-family: "sf3-font" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.sf3-font-x-01:before {
|
|
content: "\e7d8";
|
|
}
|
|
|
|
.sf3-font-more-level:before {
|
|
content: "\e7d7";
|
|
}
|
|
|
|
.sf3-font-desktop:before {
|
|
content: "\e720";
|
|
}
|
|
|
|
.sf3-font-qr-code:before {
|
|
content: "\e716";
|
|
}
|
|
|
|
.sf3-font-share-from-other-servers:before {
|
|
content: "\e70f";
|
|
}
|
|
|
|
.sf3-font-tips:before {
|
|
content: "\e6d4";
|
|
}
|
|
|
|
.sf3-font-upload:before {
|
|
content: "\e6d3";
|
|
}
|
|
|
|
.sf3-font-logout:before {
|
|
content: "\e6bb";
|
|
}
|
|
|
|
.sf3-font-dingtalk:before {
|
|
content: "\e6b8";
|
|
}
|
|
|
|
.sf3-font-enlarge:before {
|
|
content: "\e6af";
|
|
}
|
|
|
|
.sf3-font-narrow:before {
|
|
content: "\e6b0";
|
|
}
|
|
|
|
.sf3-font-page-size:before {
|
|
content: "\e6ae";
|
|
}
|
|
|
|
.sf3-font-arrow:before {
|
|
content: "\e675";
|
|
}
|
|
|
|
.sf3-font-table:before {
|
|
content: "\e672";
|
|
}
|
|
|
|
.sf3-font-cancel-invitation:before {
|
|
content: "\e661";
|
|
}
|
|
|
|
.sf3-font-sort:before {
|
|
content: "\e657";
|
|
}
|
|
|
|
.sf3-font-add:before {
|
|
content: "\e653";
|
|
}
|
|
|
|
.sf3-font-dtable-logo:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.sf3-font-enterprise-wechat:before {
|
|
content: "\e602";
|
|
}
|
|
|