rf-web/_sass/pages/rf2020.scss

42 lines
608 B
SCSS
Raw Normal View History

#page-rf2020 {
2020-11-22 14:16:14 +00:00
.content img {
max-width: calc(var(--size-512) + var(--size-128));
@include touch {
width: 100%;
}
}
2021-05-26 18:23:12 +00:00
p.textbox {
margin: 0;
// padding-bottom: 0;
}
2020-11-22 14:16:14 +00:00
li {
font-size: var(--size-14);
&:last-of-type {
margin-bottom: 0;
}
&::before {
content: '-> ';
}
}
.rf2020-nav {
display: flex;
}
.rf2020-nav a {
display: block;
2020-11-22 14:16:14 +00:00
margin-right: var(--size-14);
button {
-webkit-appearance: none;
border: none;
box-shadow: none;
font-size: var(--size-16);
cursor: pointer;
}
}
}