mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-21 21:02:02 +01:00
Get BI icons working
This commit is contained in:
parent
b597bee7a1
commit
e42d35a1a4
@ -4,6 +4,7 @@
|
||||
* Note that light / dark colors should go in kdots_light.less & kdots_dark.less
|
||||
*/
|
||||
/** Theme customisations **/
|
||||
@import "../../node_modules/bootstrap-icons/font/bootstrap-icons.min.css";
|
||||
:root,
|
||||
:host,
|
||||
html,
|
||||
@ -74,6 +75,12 @@ html[data-darkmode="1"] .nextmatch_sortheader,
|
||||
color: #96bcd9;
|
||||
}
|
||||
/** End theme customisations **/
|
||||
/* BI icons */
|
||||
.bi::before,
|
||||
[class^="bi-"]::before,
|
||||
[class*=" bi-"]::before {
|
||||
vertical-align: middle;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
width: 100vw;
|
||||
|
@ -10,6 +10,15 @@
|
||||
@import "./less/dark.less";
|
||||
/** End theme customisations **/
|
||||
|
||||
/* BI icons */
|
||||
@import "../../node_modules/bootstrap-icons/font/bootstrap-icons.min.css";
|
||||
|
||||
.bi::before,
|
||||
[class^="bi-"]::before,
|
||||
[class*=" bi-"]::before {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
html, body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
Loading…
Reference in New Issue
Block a user