summaryrefslogtreecommitdiff
path: root/_sass/tiny/_utility.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-11-14 14:25:23 -0500
committerBen Burwell <ben@benburwell.com>2015-11-14 14:25:23 -0500
commit8856c415d16ae558609b615873826816c6718f42 (patch)
treee7a3a83e7cf0fbb75da3fb1517046207917630b8 /_sass/tiny/_utility.scss
parentce236fec927e1ca7991588a374607e53172844e6 (diff)
redesign
Diffstat (limited to '_sass/tiny/_utility.scss')
-rw-r--r--_sass/tiny/_utility.scss39
1 files changed, 0 insertions, 39 deletions
diff --git a/_sass/tiny/_utility.scss b/_sass/tiny/_utility.scss
deleted file mode 100644
index 1213070..0000000
--- a/_sass/tiny/_utility.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-// Layout
-.centered {
- display: block;
- float: none;
- margin-left: auto;
- margin-right: auto;
-}
-
-// Text alignment
-.text-right { text-align: right; }
-.text-left { text-align: left; }
-.text-center { text-align: center; }
-
-.sans {
- font-family: $sans;
-}
-
-.muted {
- color: $muted-color;
- a {
- color: $muted-color;
- &:active,
- &:hover {
- color: $alternate-color;
- }
- }
-}
-
-.fancy-table {
- font-family: $sans;
- font-size: 80%;
- td {
- padding: 7px;
- }
-
- tbody tr:nth-child(even) {
- background-color: #eee;
- }
-}