UNPKG
silex-website-builder-goodevent
Version:
latest (0.0.1)
0.0.1
Free and easy website builder for everyone.
github.com/silexlabs/Silex
silexlabs/Silex
silex-website-builder-goodevent
/
src
/
css
/
tip-of-the-day.less
15 lines
(13 loc)
•
195 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.tip-of-the-day
{
transition
: opacity .
5s
ease-out; &
.loading
{
opacity
: .
5
; }
a
{
background-size
: cover;
background-position
:
50%
; }
a
:focus
{
outline
: none; } }