We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3b0d8 commit 0f8dc92Copy full SHA for 0f8dc92
app/assets/stylesheets/cortex-plugins-core/application.scss
@@ -2,4 +2,5 @@
2
@import 'variables/colors';
3
@import 'variables/typography';
4
5
+@import 'components/tags-input';
6
@import 'components/thumbnail-placeholder';
app/assets/stylesheets/cortex-plugins-core/components/tags-input.scss
@@ -0,0 +1,21 @@
1
+.bootstrap-tagsinput {
+ width: 100%;
+ border-radius: 0 !important;
+ border-top: none;
+ border-right: none;
+ 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