diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-09 14:29:14 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:18 +0200 |
| commit | 67a771cbb02ec9da3c60704901f3150b46a7262b (patch) | |
| tree | f5e8e28cc0b7539196e7cdc2f4f4e7cc2c165fbd /src/style-globals | |
| parent | d1194f0706789287b98996b629451042f62bf6eb (diff) | |
Create basic projects page with add-button
Diffstat (limited to 'src/style-globals')
| -rw-r--r-- | src/style-globals/_mixins.sass (renamed from src/style-globals/mixins.sass) | 6 | ||||
| -rw-r--r-- | src/style-globals/_variables.sass (renamed from src/style-globals/variables.sass) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/style-globals/mixins.sass b/src/style-globals/_mixins.sass index 40c07a6d..4ac5a9bc 100644 --- a/src/style-globals/mixins.sass +++ b/src/style-globals/_mixins.sass @@ -4,13 +4,13 @@ -o-transition: $property $time transition: $property $time -=user-select-def +=user-select -webkit-user-select: none -moz-user-select: none -ms-user-select: none user-select: none -=border-radius-def($length) +=border-radius($length) -webkit-border-radius: $length -moz-border-radius: $length border-radius: $length @@ -18,4 +18,4 @@ /* General Button Abstractions */ =clickable cursor: pointer - +user-select-def + +user-select diff --git a/src/style-globals/variables.sass b/src/style-globals/_variables.sass index 4386059d..4386059d 100644 --- a/src/style-globals/variables.sass +++ b/src/style-globals/_variables.sass |
