mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 16:19:17 +03:00
Move core wrap guide styles back into package
This commit is contained in:
parent
7c7ca4a6c3
commit
36e0ad6dc8
7
src/packages/wrap-guide/stylesheets/wrap-guide.css
Normal file
7
src/packages/wrap-guide/stylesheets/wrap-guide.css
Normal file
@ -0,0 +1,7 @@
|
||||
.wrap-guide {
|
||||
height: 100%;
|
||||
width: 1px;
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
}
|
@ -1,8 +1,3 @@
|
||||
.wrap-guide {
|
||||
height: 100%;
|
||||
width: 1px;
|
||||
background: rgba(150, 150, 150, .30);
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
.wrap-guide {
|
||||
height: 100%;
|
||||
width: 1px;
|
||||
background: rgba(150, 150, 150, .30);
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user