This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
plain-ui
Watch
1
Star
0
Fork
0
Code
Issues
9
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
adding
#21
release/0.2
HerrHase
3 years ago
parent
61d24b27e6
commit
cc93355b36
2 changed files
with
58 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+56
-0
src/scss/helpers/_visibility.scss
+2
-1
src/scss/plain-ui.scss
+ 56
- 0
src/scss/helpers/_visibility.scss
View File
@ -0,0 +1,56 @@
/
*
*
*
display
*
*
*
/
.
display-block
{
display
:
block
;
}
.
display-inline
{
display
:
inline
;
}
.
display-inline-block
{
display
:
inline-block
;
}
.
display-flex
{
display
:
flex
;
}
.
display-inline-flex
{
display
:
inline-flex
;
}
.
display-table
{
display
:
table
;
}
/
*
*
*
for
hidden-xs
etc
,
show
https
:
/
/
reflexgrid
.
com
/
#
visibility-helpers
*
*
@
TODO
full
integration
of
reflexgrid
will
change
this
part
*
*
/
/
*
*
*
Visibility
*
*
/
.
visibility-hidden
{
visibility
:
hidden
;
}
.
visibility-visible
{
visibility
:
visible
;
}
.
visibility-collapse
{
visibility
:
collapse
;
}
+ 2
- 1
src/scss/plain-ui.scss
View File
@ -34,4 +34,5 @@
'
helpers/sizing
'
,
'
helpers/spacing
'
,
'
helpers/colors
'
,
'
helpers/typography
'
;
'
helpers/typography
'
,
'
helpers/visibility
'
;
Write
Preview
Loading…
Cancel
Save