mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
Remove unneeded icon overrides from icon styles
This commit is contained in:
parent
3af7e0ea71
commit
5e19ce89f1
1 changed files with 0 additions and 26 deletions
|
|
@ -67,37 +67,11 @@
|
|||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.icon-view:before {
|
||||
content: '4';
|
||||
}
|
||||
|
||||
.icon-no-view:before {
|
||||
content: '^';
|
||||
}
|
||||
|
||||
.icon-collapse-down:before {
|
||||
content: '5';
|
||||
}
|
||||
|
||||
.icon-collapse-up:before {
|
||||
content: '6';
|
||||
}
|
||||
|
||||
.icon-date:before {
|
||||
content: '7';
|
||||
}
|
||||
|
||||
.icon-time:before {
|
||||
content: '8';
|
||||
}
|
||||
|
||||
|
||||
.icon-spinner:after,
|
||||
.icon-spinner:before {
|
||||
width: 1em;
|
||||
animation: spin 0.5s infinite linear;
|
||||
display: inline-block;
|
||||
// content: '1';
|
||||
}
|
||||
|
||||
.icon-horizontalrule:before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue