12 lines
165 B
CSS
12 lines
165 B
CSS
|
|
.create-button {
|
|
padding: 8px 10px 9px;
|
|
border-bottom: 2px solid gray;
|
|
}
|
|
|
|
.spacer {
|
|
height: 43px;
|
|
border-bottom: 2px solid gray;
|
|
width: 100%;
|
|
}
|