.mediateAll { margin: @pageMargin; &-drawerTitle { margin-top: 24px; } .pageTable { margin-top: @pageUpDownMargin; } &-tag { position: relative; padding: 0 8px; border-radius: @border-radius-base; background-color: @tag-color; border: 1px solid @divider-color; &-del { position: absolute; width: 18px; height: 18px; text-align: center; line-height: 18px; top: -8px; right: -8px; background-color: @error-color; border-radius: 50%; color: #ffffff; cursor: pointer; } } &-exclamation { margin-right: 8px; color: @warning-color; } }