1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-07-31 03:30:15 +02:00

Merge branch 'develop' into storybook_instructions

This commit is contained in:
Igor Guastalla
2019-10-15 09:10:24 -03:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@@ -3,3 +3,7 @@ node_modules
css
storybook-static
.DS_Store
# Ignoring built up css and map files
scss/*.css
scss/*.css.map

View File

@@ -8,7 +8,7 @@
@include compact-rounded-corners();
width: 100%;
width: calc(100% - #{2*$border-size});
padding: 0.5rem 1rem;
margin: 4px;
background-clip: padding-box;

View File

@@ -11,7 +11,7 @@
$colors: ($base-color, map-get($default-colors, "shadow"));
position: relative;
width: 100%;
width: calc(100% - #{2*$border-size});
margin: 4px;
select {