1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| /*
| ===============================
| @Import Function
| ===============================
| */
| /*
| ===============================
| @Import Mixins
| ===============================
| */
| textarea {
| resize: none; }
|
| .clipboard {
| background-color: #060818;
| padding: 20px;
| border-radius: 6px; }
| .clipboard.copy-txt {
| background-color: #060818; }
| .clipboard.copy-txt .otp-pass span {
| font-size: 24px;
| font-weight: 600;
| color: #009688; }
|
|