6 lines
177 B
SCSS
6 lines
177 B
SCSS
.quad-tab {
|
|
background-size: 24px 24px;
|
|
background-image: linear-gradient(to right, grey 1px, transparent 1px),
|
|
linear-gradient(to bottom, grey 1px, transparent 1px);
|
|
}
|