mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
25 lines
No EOL
561 B
SCSS
25 lines
No EOL
561 B
SCSS
form {
|
|
input {
|
|
font-size: 15px;
|
|
padding: 10px 5px 10px 5px;
|
|
border: 2px solid $black;
|
|
box-sizing: border-box;
|
|
-webkit-appearance: none;
|
|
}
|
|
.username {
|
|
background-image: url(../images/icon-username.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 10px center;
|
|
background-size: 22px 22px;
|
|
padding-left: 40px;
|
|
color: #ccc;
|
|
}
|
|
.password {
|
|
background-image: url(../images/icon-password.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 10px center;
|
|
background-size: 22px 22px;
|
|
padding-left: 40px;
|
|
color: #ccc;
|
|
}
|
|
} |