mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 19:31:45 +03:00
Fixed stylelint errors
This commit is contained in:
parent
c53a132072
commit
5ac775aa4a
@ -15,7 +15,7 @@
|
|||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
box-shadow: 0 1px 4px rgba(74, 74, 74, .36);
|
box-shadow: 0 1px 4px rgba(74, 74, 74, 0.36);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -92,7 +92,7 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
||||||
transition: width 0.6s ease;
|
transition: width 0.6s ease;
|
||||||
background: linear-gradient(45deg, rgba(99, 125, 120, 1) 0%, rgba(88, 177, 101, 1) 100%);
|
background: linear-gradient(45deg, rgba(99, 125, 120, 1) 0%, rgba(88, 177, 101, 1) 100%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user