Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Update font size, 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed May 16, 2019
1 parent 91f892a commit 1dc0e8e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 12 deletions.
14 changes: 10 additions & 4 deletions app/style/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'reset';

$tag-height: 26px;
$font-size: 14px;
$font-size: var(--sn-stylekit-base-font-size);
$font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans",
Expand Down Expand Up @@ -170,9 +170,15 @@ body {
}

.sk-circle {
margin: 8px 5px 0 0;
min-width: 11px;
min-height: 11px;
margin: 8.5px 6px 0 0;
$size: 10px;
min-width: $size;
min-height: $size;

&.small {
width: $size;
height: $size;
}
}

input.title {
Expand Down
16 changes: 10 additions & 6 deletions dist/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/app.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-folders",
"version": "1.3.0",
"version": "1.3.1",
"devDependencies": {
"angular": "1.6.9",
"babel-cli": "^6.18.0",
Expand Down

0 comments on commit 1dc0e8e

Please sign in to comment.