Mercurial > repos > azomics > clustergrammer_flow
comparison css/font-awesome/scss/_bordered-pulled.scss @ 0:fee56ee2f7ac draft
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/clustergrammer_flow commit b11dfcf10d287c1da91ffb1d5d0148c7f8f61356"
author | azomics |
---|---|
date | Fri, 31 Jul 2020 19:06:45 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fee56ee2f7ac |
---|---|
1 // Bordered & Pulled | |
2 // ------------------------- | |
3 | |
4 .#{$fa-css-prefix}-border { | |
5 padding: .2em .25em .15em; | |
6 border: solid .08em $fa-border-color; | |
7 border-radius: .1em; | |
8 } | |
9 | |
10 .pull-right { float: right; } | |
11 .pull-left { float: left; } | |
12 | |
13 .#{$fa-css-prefix} { | |
14 &.pull-left { margin-right: .3em; } | |
15 &.pull-right { margin-left: .3em; } | |
16 } |