Skip to content
Snippets Groups Projects
Commit 69388f10 authored by Maz Ameli's avatar Maz Ameli
Browse files

Fix tab spacing.

parent 32ee36d2
No related branches found
No related tags found
No related merge requests found
.transition-color {
transition: color .3s linear;
transition: color .3s linear;
}
.transition-background {
transition: background .2s linear;
}
.transition-shadow {
transition: box-shadow .2s linear;
transition: box-shadow .2s linear;
}
.transition-all {
transition: all .2s linear;
}
\ No newline at end of file
transition: all .2s linear;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment