mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-08 04:41:33 +00:00
10a464bc73
Moved authors info to AUTHORS file. Updated Git urls in package.json file. Added .stylelintrc. Updated all CSS files to respect current Stylelint guidelines. Updated dependency: knex.js. Fixed notice message in no-js version of album public pages. Bumped v1 version string.
32 lines
456 B
CSS
32 lines
456 B
CSS
input {
|
|
background: rgba(0, 0, 0, 0)
|
|
}
|
|
|
|
input,
|
|
a {
|
|
border-left: 0;
|
|
border-top: 0;
|
|
border-right: 0;
|
|
border-radius: 0;
|
|
-webkit-box-shadow: 0 0 0;
|
|
box-shadow: 0 0 0
|
|
}
|
|
|
|
.select-wrapper {
|
|
text-align: center;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
#login .input {
|
|
border-top: 0;
|
|
border-right: 0;
|
|
border-left: 0;
|
|
border-radius: 0;
|
|
padding-right: calc(0.75em + 1px);
|
|
padding-left: calc(0.75em + 1px)
|
|
}
|
|
|
|
#login .control .button {
|
|
border-radius: 0
|
|
}
|