11 lines
117 B
CSS
11 lines
117 B
CSS
|
|
.create-button {
|
|
padding: 10px 10px 9px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.spacer {
|
|
height: 45px;
|
|
width: 100%;
|
|
}
|