woodpecker/web/src/screens/user/screens/tokens/index.less
2019-11-12 14:27:39 +01:00

26 lines
365 B
Plaintext

@import '~shared/styles/colors';
.root {
padding: 20px;
pre {
background: @gray-light;
font-family: 'Roboto Mono', monospace;
font-size: 12px;
margin-bottom: 40px;
max-width: 650px;
padding: 20px;
white-space: pre-line;
word-wrap: break-word;
}
h2 {
font-size: 15px;
font-weight: normal;
&:first-of-type {
margin-top: 0px;
}
}
}