33 lines
785 B
Plaintext
33 lines
785 B
Plaintext
.pp-unit {
|
|
width: 100px;
|
|
height: 60px;
|
|
}
|
|
|
|
.pp-button {
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
background-color: rgb(188, 188, 188);
|
|
border-left-color: rgb(149, 149, 149);
|
|
border-right-color: rgb(149, 149, 149);
|
|
border-top-color: rgb(149, 149, 149);
|
|
border-bottom-color: rgb(149, 149, 149);
|
|
margin-top: 5px;
|
|
margin-right: 5px;
|
|
margin-bottom: 5px;
|
|
margin-left: 5px;
|
|
padding-top: 0;
|
|
padding-right: 0;
|
|
padding-bottom: 0;
|
|
padding-left: 0;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.pp-button:hover {
|
|
border-left-color: rgb(255, 255, 255);
|
|
border-right-color: rgb(255, 255, 255);
|
|
border-top-color: rgb(255, 255, 255);
|
|
border-bottom-color: rgb(255, 255, 255);
|
|
}
|