Skip to content
Snippets Groups Projects
Commit 7ed05aea authored by sebousan's avatar sebousan
Browse files

alpha order

parent 8b1e8b4c
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@
@mixin icon($icon-name: '', $pseudo-element: before)
&::#{$pseudo-element}
content: map-get($icons, $icon-name)
display: inline-block
font-family: 'Icon'
font-style: normal
......@@ -60,14 +61,13 @@
speak: never
text-transform: none
vertical-align: middle
content: map-get($icons, $icon-name)
@mixin container
margin-left: auto
margin-right: auto
max-width: $grid-max-width
padding-left: $grid-gutter
padding-right: $grid-gutter
margin-left: auto
margin-right: auto
width: 100%
@mixin grid($cols: 12, $breakpoint: md)
......@@ -83,19 +83,19 @@
@mixin stretched-link($pseudo-element: after)
&::#{$pseudo-element}
position: absolute
top: 0
right: 0
bottom: 0
content: ''
left: 0
position: absolute
right: 0
top: 0
z-index: $zindex-stretched-link
content: ""
@mixin button-reset
// appearance: none
background: red
appearance: none
background: transparent
border: none
// border-radius: none
border-radius: none
cursor: pointer
user-select: none
&:active,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment