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,44 @@
/*******************************
Image
*******************************/
/*-------------------
Element
--------------------*/
@placeholderColor: transparent;
@roundedBorderRadius: 0.3125em;
@imageHorizontalMargin: 0.25rem;
@imageVerticalMargin: 0.5rem;
@imageBorder: 1px solid rgba(0, 0, 0, 0.1);
/*-------------------
Types
--------------------*/
/* Avatar */
@avatarSize: 2em;
@avatarMargin: 0.25em;
/*-------------------
Variations
--------------------*/
/* Spaced */
@spacedDistance: 0.5em;
/* Floated */
@floatedHorizontalMargin: 1em;
@floatedVerticalMargin: 1em;
/* Size */
@miniWidth: 35px;
@tinyWidth: 80px;
@smallWidth: 150px;
@mediumWidth: 300px;
@largeWidth: 450px;
@bigWidth: 600px;
@hugeWidth: 800px;
@massiveWidth: 960px;