14 lines
192 B
SCSS
14 lines
192 B
SCSS
|
@import "defs";
|
||
|
|
||
|
.prices {
|
||
|
width: 100%;
|
||
|
table-layout: fixed;
|
||
|
}
|
||
|
|
||
|
.prices th {
|
||
|
font-family: Neucha;
|
||
|
font-size: 24px;
|
||
|
background: linear-gradient(0.125turn, $blue, $violet);
|
||
|
color: #fff;
|
||
|
}
|