$very_light: 98%; $light: 90%; $hue1: 110; $saturation1: 50%; $very_light1: hsl($hue1, $saturation1, $very_light); $light1: hsl($hue1, $saturation1, $light); $color: rgb(0, 255, 13); .v-window-footer { background: linear-gradient(bottom, $very_light1, $light1); abc: rgba($color, .85); } extcloud-server.git/atom/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php?h=db-error-logging-27' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php
blob: 562f6955ae47269307d866cef69b84c792aca539 (plain)
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