mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
14 lines
341 B
SCSS
14 lines
341 B
SCSS
.actionsContainer {
|
|
background-color: var(--grey-50) !important;
|
|
width: 100% !important;
|
|
border-radius: 4px !important;
|
|
border: 1px solid rgba(217, 218, 229, 0.5) !important;
|
|
}
|
|
|
|
.actionsSubContainer {
|
|
width: 100% !important;
|
|
display: grid !important;
|
|
grid-template-columns: repeat(2, 1fr) !important;
|
|
gap: 10px !important;
|
|
}
|