mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
11 lines
184 B
Text
11 lines
184 B
Text
|
@keyframes RIGHT {
|
||
|
from {
|
||
|
background : #000;
|
||
|
border : 10px ChangeMe #C6C6C6;
|
||
|
}
|
||
|
to {
|
||
|
background : #fff;
|
||
|
border : 10px solid #C6C6C6;
|
||
|
}
|
||
|
}
|