Sign in
android
/
platform
/
external
/
cherry
/
main
/
.
/
third_party
/
angular
/
docs
/
examples
/
example-example17
/
style.css
blob: 2f3fa912448992fd14f8060020cd812d2e2b10b1 [
file
]
.
base-class
{
-webkit-transition
:
all cubic-bezier
(
0.250
,
0.460
,
0.450
,
0.940
)
0.5s
;
transition
:
all cubic-bezier
(
0.250
,
0.460
,
0.450
,
0.940
)
0.5s
;
}
.
base-class
.
my-class
{
color
:
red
;
font-size
:
3em
;
}