Skip to content

Commit 0f8dc92

Browse files
committed
refactor(tagsinput): move to plugins-core
1 parent 2c3b0d8 commit 0f8dc92

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

app/assets/stylesheets/cortex-plugins-core/application.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
@import 'variables/colors';
33
@import 'variables/typography';
44

5+
@import 'components/tags-input';
56
@import 'components/thumbnail-placeholder';
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.bootstrap-tagsinput {
2+
width: 100%;
3+
border-radius: 0 !important;
4+
border-top: none;
5+
border-right: none;
6+
border-left: none;
7+
border-bottom: 1px solid $color-grey-light;
8+
box-shadow: none;
9+
}
10+
.cortex-bootstrap .label {
11+
border-radius: 0.75em;
12+
font-weight: normal;
13+
}
14+
15+
.cortex-bootstrap .label-info {
16+
background-color: $color-grey;
17+
}
18+
19+
.bootstrap-tagsinput .tag {
20+
text-transform: uppercase;
21+
}

0 commit comments

Comments
 (0)