42 lines
No EOL
627 B
SCSS
42 lines
No EOL
627 B
SCSS
@import
|
|
"utils/variables";
|
|
|
|
@import
|
|
"components/alert";
|
|
|
|
@import
|
|
"layouts/_header";
|
|
|
|
table {
|
|
width: 100%;
|
|
background: transparent;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
text-align: left;
|
|
|
|
th {
|
|
padding: 5px 10px;
|
|
font-weight: bold;
|
|
border-bottom: 2px solid #909ba2;
|
|
}
|
|
td {
|
|
padding: 5px 10px;
|
|
}
|
|
tr {
|
|
&:nth-child(2n) {
|
|
background: #f7f8f8;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#banner {
|
|
header {
|
|
display: None
|
|
}
|
|
|
|
}
|
|
|
|
#cta {
|
|
padding: 1em 0;
|
|
} |