Minor refactoring of copy tags when saving feature, #15446

This commit is contained in:
Torkel Ödegaard
2019-03-08 14:24:45 +01:00
parent 60272d8a77
commit 04c88a226b
2 changed files with 10 additions and 10 deletions

View File

@@ -21,10 +21,8 @@
border-radius: 3px;
text-shadow: none;
font-size: 13px;
padding: 3px 6px 1px 6px;
border-width: 1px;
border-style: solid;
box-shadow: 0 0 1px rgba($white, 0.2);
padding: 2px 6px 2px 6px;
border: 1px solid lighten($purple, 10%);
.icon-tag {
position: relative;