Files
dchadwick/web/themes/custom/dchadwick/src/sass/partials/fight.scss
Dan Chadwick 3cfd95ee81 Rebuild
2024-04-09 01:47:04 +00:00

32 lines
380 B
SCSS

.page-node-type-fight {
h1 {
text-align: center;
}
#block-dchadwick-content {
display: flex;
justify-content: center;
}
th {
padding: 1rem 1rem 0 1rem !important;
text-align: center;
a {
text-decoration: none;
}
}
th.win {
color: white;
background: $foam;
}
}
#compare-fighters {
img {
max-width: 100px;
}
}