You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
learn-wgpu/docs/.vuepress/styles/index.styl

28 lines
458 B
Stylus

excerpt(radius) {
border-radius radius
-webkit-border-radius radius
-moz-border-radius radius
padding 0.5rem 1.5rem
}
.note {
background-color $noteColor
excerpt(6px)
}
.warning {
background-color $warningColor
color $warningTextColor
excerpt(6px)
code {
color: $warningInlineCodeColor
}
}
@media screen and (max-width $MQMobile) {
.note {
excerpt(0px)
margin 0.0rem -1.5rem
}
}