UNPKG
cobuild-angular-stack
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Base stack angular sass jade gulp
bitbucket.org/rokk3rlabs/cobuild-angular-stack
cobuild-angular-stack
/
assets
/
css
/
commons
/
editable.less
23 lines
(20 loc)
•
292 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.editable-container
{
position
: relative; &
.editable-left
{
[editable-form]
{
left
:
0
; } } &
.editable-right
{
[editable-form]
{
right
:
0
; } }
.editable-hide
{ }
[editable-form]
{
position
: absolute;
top
:
50%
;
margin-top
: -
17px
; } }