26 lines
No EOL
332 B
CSS
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;
|
|
} |