add custom materio icon
This commit is contained in:
@@ -9,7 +9,7 @@ Error: Undefined mixin 'fs12'.
|
||||
9: -moz-border-radius: 5px;
|
||||
10: -webkit-border-radius: 5px;
|
||||
11: border-radius: 5px;
|
||||
12: @include fs12();
|
||||
12: @include fs12;
|
||||
13:
|
||||
14: &.warning {
|
||||
15: color: #c09853;//#840;
|
||||
@@ -90,4 +90,4 @@ Backtrace:
|
||||
body:before {
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
content: "Error: Undefined mixin 'fs12'.\A on line 12 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/misc.scss, in `fs12'\A from line 12 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/misc.scss, in `messages'\A from line 36 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/misc.scss\A \A 7: background: #d9edf7;//#cf8;\A 8: border: 1px solid #bce8f1;//#be7;\A 9: -moz-border-radius: 5px;\A 10: -webkit-border-radius: 5px;\A 11: border-radius: 5px;\A 12: @include fs12();\A 13: \A 14: &.warning {\A 15: color: #c09853;//#840;\A 16: background-color: #fcf8e3;//#fe6;\A 17: border-color: #fbeed5;//#ed5;"; }
|
||||
content: "Error: Undefined mixin 'fs12'.\A on line 12 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/misc.scss, in `fs12'\A from line 12 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/misc.scss, in `messages'\A from line 36 of /home/sarahgarcin/Sites/materio/base_d7/sites/all/themes/gui/materiobasetheme/scss/misc.scss\A \A 7: background: #d9edf7;//#cf8;\A 8: border: 1px solid #bce8f1;//#be7;\A 9: -moz-border-radius: 5px;\A 10: -webkit-border-radius: 5px;\A 11: border-radius: 5px;\A 12: @include fs12;\A 13: \A 14: &.warning {\A 15: color: #c09853;//#840;\A 16: background-color: #fcf8e3;//#fe6;\A 17: border-color: #fbeed5;//#ed5;"; }
|
||||
|
@@ -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