add custom materio icon
This commit is contained in:
@@ -10144,7 +10144,7 @@ html.no-touch #header #header-blocks #block-user-login:hover form#user-login-for
|
||||
/* line 347, ../scss/styles.scss */
|
||||
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in i {
|
||||
vertical-align: text-bottom;
|
||||
margin: 0 2px 1px 0;
|
||||
margin: 0 5px 1px 0;
|
||||
}
|
||||
/* line 351, ../scss/styles.scss */
|
||||
#header #header-blocks #block-logintoboggan-logintoboggan-logged-in a span.account {
|
||||
@@ -13716,138 +13716,6 @@ div.messages.status {
|
||||
/**
|
||||
* icons
|
||||
*/
|
||||
/* line 141, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardsmall {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
background-position: -42px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 143, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardsmall.active {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: 0 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 144, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardsmall:hover:not(.active) {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -21px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* line 146, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardmedium {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -42px -21px;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 148, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardmedium.active {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: 0 -21px;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 149, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardmedium:hover:not(.active) {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -21px -21px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* line 151, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardbig {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -42px -42px;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 153, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardbig.active {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: 0 -42px;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 154, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardbig:hover:not(.active) {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -21px -42px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* line 156, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardfull {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -42px -63px;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 158, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardfull.active {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: 0 -63px;
|
||||
background-color: #fff;
|
||||
}
|
||||
/* line 159, ../scss/misc.scss */
|
||||
i.icon-materio-viewmode-cardfull:hover:not(.active) {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -21px -63px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* line 162, ../scss/misc.scss */
|
||||
i.icon-materio-search {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -63px -63px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* line 166, ../scss/misc.scss */
|
||||
i.icon-materio-folder {
|
||||
background-image: url("../img/sprite.png");
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
background-position: -84px -63px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/**
|
||||
* figures
|
||||
*/
|
||||
|
Reference in New Issue
Block a user