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

19 lines
299 B
CSS
Raw Normal View History

2018-10-16 16:28:42 +00:00
#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;
}