13 lines
145 B
CSS
13 lines
145 B
CSS
.arrow {
|
|
top: -6px;
|
|
}
|
|
|
|
.closeButton {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
background: none;
|
|
border: none;
|
|
cursor: pointer;
|
|
}
|