From d1b0576b1019dfe0247699a46397cd286ddbb16f Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 19 Dec 2013 12:15:42 -0800 Subject: [PATCH] Only have style concerns in here for .background-message --- stylesheets/messages.less | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/stylesheets/messages.less b/stylesheets/messages.less index 0fa681d..914737d 100644 --- a/stylesheets/messages.less +++ b/stylesheets/messages.less @@ -1,32 +1,6 @@ @import "ui-variables"; ul.background-message { - font-size: @font-size * 3; font-weight: bold; color: rgba(0, 0, 0, .2); - - margin: 0; - padding: 0; - - li { - margin: 0; - padding: 0; - list-style: none; - } - - &.centered { - display: -webkit-flex; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - - -webkit-align-items: center; - text-align: center; - - li { - width: 100%; - } - } }