moved BS out of vendor into admin

This commit is contained in:
psychobunny
2014-09-26 14:17:31 -04:00
parent d5316dbe7a
commit 8b9d58a72f
58 changed files with 6231 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// WebKit-style focus
.tab-focus() {
// Default
outline: thin dotted;
// WebKit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}