Skip to content
Snippets Groups Projects
Commit eb500e44 authored by khawkins98's avatar khawkins98
Browse files

Build EBI visibility classes for #30

parent fbe57b25
No related branches found
Tags v1.3.0-beta.4
No related merge requests found
......@@ -1832,6 +1832,12 @@ kbd {
.show-for-portrait {
display: block !important; } }
.is-visible-block {
display: block !important; }
.is-visible-inline {
display: inline-block !important; }
.float-left {
float: left !important; }
......
This diff is collapsed.
......@@ -3795,6 +3795,12 @@ a.thumbnail {
.show-for-portrait {
display: block !important; } }
.is-visible-block {
display: block !important; }
.is-visible-inline {
display: inline-block !important; }
.float-left {
float: left !important; }
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment