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 60074cf commit 62d6d48Copy full SHA for 62d6d48
frontend/stylesheets/pages/_major-project.scss
@@ -13,9 +13,22 @@
13
}
14
15
.form-skilltags {
16
+ display: block;
17
+ float: left;
18
+ background: #d979e3;
19
+ padding: 5px 10px;
20
box-shadow: inset 0 -1px 0 #ddd;
21
border: none;
- padding: 0;
22
+}
23
+
24
+.form-skilltags:after {
25
+ position: absolute;
26
+ content: "×";
27
+ border: 1px solid;
28
+ border-radius: 10px;
29
+ padding: 0 4px;
30
+ margin: 3px 0 10px 7px;
31
+ font-size: 10px;
32
33
34
.placeholder {
0 commit comments