31 lines
438 B
SCSS
31 lines
438 B
SCSS
|
.rp-button {
|
||
|
float: right;
|
||
|
margin-right: 30px;
|
||
|
}
|
||
|
|
||
|
.rp-button__dropdown {
|
||
|
background-color: #fff;
|
||
|
border-radius: 4px;
|
||
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
|
||
|
}
|
||
|
|
||
|
.rp-button__text {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
.rp-button__text--bold {
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
|
||
|
.rp-header__row {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.rp-title {
|
||
|
font-size: 24px;
|
||
|
color: #333;
|
||
|
float: left;
|
||
|
}
|
||
|
|