Browse
For agents
About
Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades
/
trunk
Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades
vtrunk
Switch version
trunk
1.0
1.1
10.0
10.1
10.2
10.3
10.4
10.5
10.6
10.7
10.8
10.9
11.0
11.0.1
11.1
11.2
11.3
11.3.1
11.4
11.5
11.6
11.7
11.7.1
11.8
All 143 releases
Overview
Code
youtube-embed-plus
/
src
/
common.scss
common.scss
in Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades trunk, at src/common.scss
14 lines
218 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* #.# Common SCSS
3
*
4
* Can include things like variables and mixins
5
* that are used across the project.
6
*/
7
8
//
Colors.
9
$black
:
rgb
(
41
,
41
,
41
)
;
10
$white
:
#
f4f4f4
;
11
$gray
:
#
dedede
;
12
$green
:
#
bada55
;
13
$red
:
orangered
;
14