1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

feat(badges): storybook corrections and order of properties

This commit is contained in:
Igor Guastalla de Lima
2018-12-18 22:20:42 -02:00
parent c4075b0e94
commit b6d10442f3
2 changed files with 9 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
@mixin span-style($color, $background, $left) {
position: absolute;
color: $color;
background-color: $background;
top: 0;
width: 50%;
color: $color;
background-color: $background;
@if $left == 0 {
left: 0;
@@ -46,6 +46,7 @@
$border-size: 4px;
position: relative;
box-sizing: border-box;
display: inline-flex;
align-items: center;
justify-content: center;
@@ -55,7 +56,6 @@
white-space: nowrap;
vertical-align: middle;
cursor: $cursor-click-url;
box-sizing: border-box;
user-select: none;
border: none;