aboutsummaryrefslogtreecommitdiff
path: root/src/scss/tools/_ms.scss
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-05-15 11:22:35 +0200
committerPhil <phil.buschmann@tum.de>2018-05-15 11:22:35 +0200
commitf80bf66d3bb01deead290961f5d8d3b579bd4195 (patch)
tree83359ebc284136ebed93e83d886fe7df3d9e7601 /src/scss/tools/_ms.scss
parent4ef6ebf0928e23bc8677a8de6c0c0d36f47308f3 (diff)
downloadgnunet-webui-f80bf66d3bb01deead290961f5d8d3b579bd4195.tar.gz
gnunet-webui-f80bf66d3bb01deead290961f5d8d3b579bd4195.zip
SCSS with iotaCSS added
Diffstat (limited to 'src/scss/tools/_ms.scss')
-rw-r--r--src/scss/tools/_ms.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/scss/tools/_ms.scss b/src/scss/tools/_ms.scss
new file mode 100644
index 0000000..fcd1c84
--- /dev/null
+++ b/src/scss/tools/_ms.scss
@@ -0,0 +1,29 @@
1/**
2 * The base value the scale starts at.
3 *
4 * Number
5 */
6
7$iota-tools-ms-base: 15px;
8
9
10/**
11 * The ratio the scale is built on
12 *
13 * Unitless Number
14 */
15
16$iota-tools-ms-ratio: 1.2;
17
18
19/**
20 * Length of scale ( right part of the decimal
21 * point ) ms will be rounded to.
22 *
23 * Unitless Number
24 */
25
26$iota-tools-ms-scale: 3;
27
28
29@import 'node_modules/iotacss/tools/ms';