replace zxq.co/ripple/hanayo

This commit is contained in:
Alicia
2019-02-23 13:29:15 +00:00
commit c3d206c173
5871 changed files with 1353715 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
.ui.dropdown {
font-family: 'Roboto';
}

View File

@@ -0,0 +1,20 @@
/*******************************
Menu
*******************************/
@menuBorderRadius: @borderRadius;
@menuBorderColor: #DADADA;
@menuBoxShadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
@menuPadding: @relative8px 0em;
@itemVerticalPadding: 1em;
@itemHorizontalPadding: 1.5em;
@menuHeaderFontSize: @small;
@menuHeaderFontWeight: bold;
@menuHeaderTextTransform: none;
@selectionBorderEmWidth: 0em;
@selectionItemDivider: none;
@labelBoxShadow: none;

View File

@@ -0,0 +1,6 @@
@import url(http://fonts.googleapis.com/css?family=Roboto);
.ui.modal .header {
font-family: "Roboto", Arial, Sans-serif !important;
font-weight: 400 !important;
}

View File

@@ -0,0 +1,15 @@
@boxShadow: 0px 10px 18px rgba(0, 0, 0, 0.22);
@borderRadius: 0em;
@headerBackground: @white;
@headerVerticalPadding: 1.7142rem;
@headerHorizontalPadding: 1.7142rem;
@headerFontWeight: 400;
@headerFontFamily: 'Roboto', "Helvetica Neue", Arial, sans-serif;
@headerBorder: none;
@contentPadding: 1rem 2rem 2rem;
@actionBorder: none;
@actionBackground: @white;