13 lines
209 B
SCSS
Vendored
13 lines
209 B
SCSS
Vendored
.announcement {
|
|
padding: 30px;
|
|
border-radius: 3px;
|
|
background-color: #f0f0f0;
|
|
margin-bottom: 30px;
|
|
}
|
|
.action_button.btn {
|
|
width: fit-content;
|
|
color: #fff;
|
|
float: left;
|
|
margin: 10px 20px 0 0;
|
|
}
|