17 lines
297 B
CSS
17 lines
297 B
CSS
.header-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
}
|
|
.header-title .stop-btn {
|
|
padding: 8px;
|
|
border: 1px solid #009688;
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
color: #009688;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|