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