Browse
For agents
About
Tagembed: Social Media Feeds and Customer Reviews Widget
/
4.5
Tagembed: Social Media Feeds and Customer Reviews Widget
v4.5
Switch version
7.5
7.6
7.7
7.4
trunk
3.10
3.9
4.0
4.1
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
5.1
5.2
5.3
5.4
5.5
5.6
5.7
All 42 releases
Overview
Code
tagembed-widget
/
assets
/
css
/
toast.css
toast.css
in Tagembed: Social Media Feeds and Customer Reviews Widget 4.5, at assets/css/toast.css
1 lines
1.4 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
__tagembed__is-full-screen
{
width
:
100
%
;
height
:
100
vh
;
background
:
#
000000a5
}
.
__tagembed__toast
{
visibility
:
visible
!important
;
position
:
fixed
;
z-index
:
99999
}
.
__tagembed__toast
>
div
{
min-width
:
220
px
;
color
:
#
fff
;
border-radius
:
0
;
font-size
:
12
px
;
text-transform
:
capitalize
;
text-align
:
justify
;
box-shadow
:
0
0
2
px
rgb
(
0
0
0
/
10
%
)
;
border
:
1
px
solid
#
dcdcdc
;
padding
:
0
}
.
__tagembed__toast
>
div
>
span
{
padding
:
15
px
;
display
:
inline-block
;
vertical-align
:
middle
}
.
__tagembed__faicon
{
border-right
:
1
px
solid
#
f9f9f9
}
.
__tagembed__faicon
.
fa
{
font-size
:
20
px
;
font-weight
:
400
}
@
-webkit-keyframes
fadein
{
from
{
bottom
:
0
;
opacity
:
0
}
to
{
bottom
:
30
px
;
opacity
:
1
}
}
@
keyframes
fadeout
{
from
{
bottom
:
30
px
;
opacity
:
1
}
to
{
bottom
:
0
;
opacity
:
0
}
}
.
__tagembed__is-top-right
{
top
:
32
px
;
right
:
0
}
.
__tagembed__is-top-left
{
top
:
32
px
;
left
:
0
}
.
__tagembed__is-top-center
{
top
:
32
px
;
justify-content
:
center
;
display
:
flex
;
width
:
100
%
}
.
__tagembed__is-bottom-right
{
bottom
:
0
;
right
:
0
}
.
__tagembed__is-bottom-left
{
bottom
:
0
;
left
:
0
}
.
__tagembed__is-bottom-center
{
bottom
:
0
;
justify-content
:
center
;
display
:
flex
;
width
:
100
%
}
.
__tagembed__is-left-center
{
left
:
0
;
top
:
0
;
align-items
:
flex-start
;
display
:
flex
;
width
:
100
%
;
height
:
100
vh
;
justify-content
:
center
;
flex-direction
:
column
}
.
__tagembed__is-right-center
{
right
:
0
;
top
:
0
;
align-items
:
flex-end
;
display
:
flex
;
width
:
100
%
;
height
:
100
vh
;
justify-content
:
center
;
lex-direction
:
column
}
.
__tagembed__is-center
{
top
:
0
;
align-items
:
center
;
display
:
flex
;
width
:
100
%
;
height
:
100
vh
;
justify-content
:
center
}