Create individual styles for each component, add no tags messsage

This commit is contained in:
Ian Minoso 2016-11-30 00:49:52 -05:00
parent 96b9d702fe
commit 1220b85687
5 changed files with 155 additions and 137 deletions

View file

@ -0,0 +1,30 @@
.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;
}