|
|
|
@ -16,26 +16,6 @@
|
|
|
|
|
* under the License.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* ========================================================================
|
|
|
|
|
* methods/mixins
|
|
|
|
|
* ======================================================================== */
|
|
|
|
|
/* ========================================================================
|
|
|
|
|
* default values
|
|
|
|
|
* ======================================================================== */
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Roboto";
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-style: "normal";
|
|
|
|
|
src: url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.eot");
|
|
|
|
|
src: url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), local("Roboto Regular"), local("Roboto-Regular"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("libs/theme-wso2_1.0/fonts/Roboto/Roboto-Regular.svg#Roboto") format("svg");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* ========================================================================
|
|
|
|
|
* loading fonts
|
|
|
|
|
* ======================================================================== */
|
|
|
|
|
/* ========================================================================
|
|
|
|
|
* icon styles
|
|
|
|
|
* ======================================================================== */
|
|
|
|
|
.icon-success {
|
|
|
|
|
color: #5cb85c;
|
|
|
|
|
}
|
|
|
|
|