mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-03 22:33:08 +01:00
10 lines
273 B
SCSS
10 lines
273 B
SCSS
.component_rememberme{
|
|
color: rgba(0,0,0,0.4);
|
|
font-style: italic;
|
|
font-size: 0.9em;
|
|
display: inline-block;
|
|
text-align: right;
|
|
float: right;
|
|
line-height: 20px;
|
|
input[type="checkbox"]{ margin-right: -2px; margin-top: 2px; margin-left: 0; }
|
|
}
|