mirror of https://github.com/Requarks/wiki.git
Nicolas Giard
6 years ago
12 changed files with 500 additions and 267 deletions
Split View
Diff Options
-
3.gitignore
-
2client/components/setup.vue
-
1client/scss/app.scss
-
33client/scss/base/icons.scss
-
2config.sample.yml
-
38package.json
-
8server/core/db.js
-
16server/db/migrations/2.0.0.js
-
10server/models/authentication.js
-
10server/models/storage.js
-
2server/setup.js
-
642yarn.lock
@ -0,0 +1,33 @@ |
|||
.icons { |
|||
display: inline-block; |
|||
color: mc('grey', '800'); |
|||
&.is-text { |
|||
display: inline-block; |
|||
width: 1em; |
|||
height: 1em; |
|||
vertical-align: middle; |
|||
position: relative; |
|||
top: -0.0625em; |
|||
stroke: none; |
|||
fill: none; |
|||
} |
|||
@each $size in 16,18,20,24,32,48,64,96,128 { |
|||
&.is-#{$size} { |
|||
width: #{$size}px; |
|||
height: #{$size}px; |
|||
} |
|||
} |
|||
&.has-right-pad { |
|||
margin-right: .5rem; |
|||
} |
|||
&.is-outlined { |
|||
stroke-width: 2px; |
|||
use { |
|||
fill: inherit; |
|||
stroke: mc('grey', '800'); |
|||
} |
|||
} |
|||
} |
|||
.material-design-icon { |
|||
display: inline-flex; |
|||
} |
642
yarn.lock
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save