factor out some more colours

This commit is contained in:
Matthew Hodgson 2017-01-16 02:10:45 +00:00
parent 8b38a326cb
commit 002339fb86
12 changed files with 54 additions and 20 deletions

View file

@ -110,7 +110,7 @@ limitations under the License.
padding-right: 5px;
height: 15px;
border-radius: 11px;
background-color: $secondary-accent-color;
background-color: $plinth-bg-color;
text-transform: uppercase;
font-weight: 600;
font-size: 11px;

View file

@ -24,7 +24,7 @@ limitations under the License.
padding-bottom: 5px;
border: 1px dashed $accent-color;
color: $primary-fg-color;
background-color: rgba(255,255,255,0.5);
background-color: $droptarget-bg-color;
border-radius: 4px;
}