mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
30 lines
518 B
CSS
30 lines
518 B
CSS
#subscription_form form > div {
|
|
left: 1rem;
|
|
}
|
|
|
|
#subscription_form form {
|
|
padding-top: 5rem;
|
|
}
|
|
|
|
#subscription_form ul#obb {
|
|
padding-top: 10rem;
|
|
}
|
|
|
|
#subscription_form div#movim input {
|
|
width: calc(100% - 15rem);
|
|
text-align: right;
|
|
}
|
|
|
|
#subscription_form div#movim span {
|
|
color: gray;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
font-size: 2rem;
|
|
top: 4rem;
|
|
float: right;
|
|
position: relative;
|
|
line-height: 3rem;
|
|
padding: 1rem;
|
|
width: 15rem;
|
|
box-sizing: border-box;
|
|
}
|