Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/assets/css/tools.css
2018-10-16 18:28:42 +02:00

19 lines
299 B
CSS

#password {
min-width: 100%;
width: 100%;
max-width: 100%;
min-height: 50px;
height: 50px;
max-height: 250px;
text-align: center;
margin: 0 auto;
}
#password::selection {
background-color: #ffb7b7;
}
#password::-moz-selection {
background-color: #ffb7b7;
}