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

Commit

Permalink
fix: Minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sierociński committed Aug 23, 2019
1 parent f73ac58 commit b6d120e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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": "dashbi",
"version": "0.1.2",
"version": "0.1.3",
"description": "Dashbi is light framework that lets you build own dashboards corresponding your needs",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/www/assets/less/flexgrid.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.fg {
.fg-item {
position: relative;
background: @grey;
background: @mist;
text-align: center;
color: @dark-graphite;

Expand Down
1 change: 1 addition & 0 deletions src/www/assets/less/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ main {

h1, h2, h3, h4, h5, h6 {
font-family: 'Techna Sans', Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0;
}

Expand Down
9 changes: 9 additions & 0 deletions src/www/components/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,13 @@ a {
display: block;
}
}
.fg {
.fg-item {
& > * {
width: auto;
height: 100%;
}
}
}
</style>

0 comments on commit b6d120e

Please sign in to comment.