-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
86 lines (85 loc) · 3.06 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#page-local-differentiator-index #local-differentiator-app .tab-content button {
/*rtl:raw:
text-align: right;
*/
/*rtl:remove*/
text-align: left;
}
#page-local-differentiator-index #local-differentiator-app .learningpaths-edit-list {
padding-top: 1rem;
}
#page-local-differentiator-index #local-differentiator-app .learningpaths-edit-add {
padding-top: 20px;
}
#page-local-differentiator-index #local-differentiator-app .learningpaths-edit-add-form > div > p > input {
margin-bottom: 5px;
font-size: 1rem;
}
#page-local-differentiator-index #local-differentiator-app input.thinking_skill[type="text"] {
border: 1.5px solid #009;
border-bottom: 2.5px solid #009;
}
#page-local-differentiator-index #local-differentiator-app input.thinking_skill[type="text"]:focus {
outline: none;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
--webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
--moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-color: #009;
transition: border linear .2s, box-shadow linear .2s;
}
#page-local-differentiator-index #local-differentiator-app input.content[type="text"] {
border: 1.5px solid #600;
border-bottom: 2.5px solid #600;
}
#page-local-differentiator-index #local-differentiator-app input.content[type="text"]:focus {
outline: none;
border: 1.5px solid #600;
border-bottom: 2.5px solid #600;
}
#page-local-differentiator-index #local-differentiator-app input.resource[type="text"] {
border: 1.5px solid #090;
border-bottom: 2.5px solid #090;
}
#page-local-differentiator-index #local-differentiator-app input.resource[type="text"]:focus {
outline: none;
border: 1.5px solid #090;
border-bottom: 2.5px solid #090;
}
#page-local-differentiator-index #local-differentiator-app input.product[type="text"] {
border: 1.5px solid #909;
border-bottom: 2.5px solid #909;
}
#page-local-differentiator-index #local-differentiator-app input.product[type="text"]:focus {
outline: none;
border: 1.5px solid #909;
border-bottom: 2.5px solid #909;
}
#page-local-differentiator-index #local-differentiator-app input.group[type="text"] {
border: 1.5px solid #990;
border-bottom: 2.5px solid #990;
}
#page-local-differentiator-index #local-differentiator-app input.group[type="text"]:focus {
outline: none;
border: 1.5px solid #990;
border-bottom: 2.5px solid #990;
}
#page-local-differentiator-index #local-differentiator-app input[type="text"] {
transition: border-color 250ms ease;
appearance: none;
border-radius: 4px;
border: 1.5px solid #e9ebeb;
border-bottom: 2.5px solid #e9ebeb;
padding: 0.15em 0.3em;
}
#page-local-differentiator-index #local-differentiator-app input[type="text"]:focus {
outline: none;
border-color: #999;
}
#page-local-differentiator-index #local-differentiator-app input[type="text"]::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: rgba(19, 40, 48, 0.54);
}
#page-local-differentiator-index #local-differentiator-app .fa-clipboard {
cursor: pointer;
margin-right: 0;
}