mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
8 lines
135 B
CSS
8 lines
135 B
CSS
.wrap-guide {
|
|
height: 100%;
|
|
width: 1px;
|
|
background: rgba(150, 150, 150, .33);
|
|
z-index: 100;
|
|
position: absolute;
|
|
top: 0px;
|
|
} |