mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
27 lines
384 B
SCSS
27 lines
384 B
SCSS
@import '../../styles/variables';
|
|
|
|
.header {
|
|
margin-bottom: $spacer;
|
|
}
|
|
|
|
.title {
|
|
font-size: $font-size-h2;
|
|
margin: 0;
|
|
}
|
|
|
|
.description {
|
|
margin-top: $spacer / 4;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.actions {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-top: $spacer / 2;
|
|
|
|
button:last-child {
|
|
min-width: 12rem;
|
|
margin-left: auto;
|
|
}
|
|
}
|