RadRotator / style.css
Pouriarouzrokh's picture
precomputed all rotations
8523150
raw
history blame
1.01 kB
.title {
text-align: center;
display: block;
font-size: 30px;
font-weight: bold;
}
.subtitle {
font-weight: bold;
text-align: center;
min-height: none;
}
.note {
text-align: center;
min-height: none;
}
#examples {
justify-content: center;
align-items: center;
}
.angle {
background: #F2F1EB !important;
}
.slider {
background: #88AB8E !important;
font-weight: bold;
}
.text {
display: flex;
text-align: center;
justify-content: center;
}
.normal {
font-weight: normal
}
.rotate_button {
background: #88AB8E !important;
font-size: 20px;
}
.rotate_to_standard_button {
background: #AFC8AD !important;
font-size: 20px;
}
.use_current_button {
background: #EEE7DA !important;
font-size: 20px;
}
.make_live_button {
background: #EEE7DA !important;
font-size: 20px;
}
.imgs{
justify-content: center;
align-items: center;
display: grid;
margin: auto;
width: 256px;
height: 256px;
}