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,8 @@
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}