Iceshrimp.NET/Iceshrimp.Backend/Pages/OAuth/Authorize.cshtml.css
2024-11-21 22:04:13 +01:00

26 lines
No EOL
332 B
CSS

.app_name {
color: #9a92ff;
}
.margin-bottom-5px {
margin-bottom: 5px;
}
.margin-top-5px {
margin-top: 5px;
}
.margin-top-10px {
margin-top: 10px;
}
.hidden-input {
position: absolute;
top: -10px;
left: -10px;
height: 0;
width: 0;
padding: 0;
margin: 0;
pointer-events: none;
}