Sentry/assets/sass/sentry.sass
Gregory Ballantine fb1d0fc664
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Added a CPU info page with some rudimentary CPU temperature polling
2022-05-25 16:23:42 -04:00

60 lines
864 B
Sass

body
background: white
a
color: cornflowerblue
transition: all 200ms ease-in-out
&:hover
color: darken(cornflowerblue, 10%)
input
transition: all 200ms ease-in-out
input[type=submit],
button
background-color: cornflowerblue
color: #f0f0f0
transition: all 200ms ease-in-out
&:hover
background-color: darken(cornflowerblue, 10%)
color: white
.u-text-center
text-align: center
.container
max-width: 1024px
.container.fluid
max-width: 100%
.pageLink
text-decoration: none
i
font-size: 10rem
p
margin-top: 10px
color: #212121
font-size: 2.5rem
text-decoration: none
#header h1
text-align: center
#footer
position: fixed
left: 0
right: 0
bottom: 0
padding-top: 25px
padding-bottom: 25px
border-top: 1px solid #999
.row
position: relative
p.no-margin
margin-bottom: 0