8 lines
156 B
CSS
8 lines
156 B
CSS
|
|
.wrapper {
|
|
background: $white;
|
|
/* padding-right: 10px; */
|
|
/* border: solid thin $gray-light; */
|
|
height: 100%;
|
|
border-top: thin dashed #cccccc;
|
|
}
|