mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
30 lines
347 B
CSS
30 lines
347 B
CSS
.custom-url-field {
|
|
display: inline;
|
|
width: 100px;
|
|
}
|
|
|
|
.site-url-field {
|
|
color: green;
|
|
display: inline;
|
|
}
|
|
|
|
.long-link-input {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.tips {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.check-btn {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
#link-availability-status {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.visibility-toggler {
|
|
margin-bottom: 2em;
|
|
}
|