| author | ymh <ymh.work@gmail.com> |
| Thu, 29 Jul 2021 19:04:01 +0200 | |
| changeset 209 | a01e6a4dc9d2 |
| parent 191 | 3f71ad81a5a9 |
| permissions | -rw-r--r-- |
|
191
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
.material-icons.protocol-toggle { |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
font-size: 1rem; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
cursor: pointer; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
} |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
.session { |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
&-page-panel { |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
z-index: 5; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
} |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
&-page-title { |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
font-size: 1.8rem; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
resize: auto; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
font-weight: bolder; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
overflow: hidden; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
height: auto; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
transition: height 0.2s ease; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
19 |
box-sizing: border-box; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
line-height: 1.1; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
} |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
&-page-description { |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
font-size: .9rem; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
resize: auto; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
26 |
overflow: hidden; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
27 |
height: auto; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
28 |
transition: height 0.2s ease; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
29 |
box-sizing: border-box; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
30 |
} |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
31 |
} |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
32 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
33 |
textarea.session-placeholder::placeholder, span.session-placeholder { |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
34 |
color: $text-muted; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
35 |
opacity: 0.33; |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
36 |
} |
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
37 |
|
|
3f71ad81a5a9
reorganize scss to better us the bootstrap imports
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
38 |