From cc6803b35861be2eaee835805ed1f71c52ad5917 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 29 Sep 2017 11:35:39 -0700 Subject: [PATCH] remove unused styles --- default_app/index.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/default_app/index.html b/default_app/index.html index e46e25f02774..5941e0332ed7 100644 --- a/default_app/index.html +++ b/default_app/index.html @@ -129,25 +129,6 @@ background-color: rgba(194, 245, 255, 0.3); border-radius: 50%; } - - #holder { - display: flex; - flex: 1; - align-items: center; - justify-content: center; - border: 1px solid #e0e5e6; - background-color: #f6f8f8; - color: #466a72; - border-radius: 3px; - font-size: 30px; - font-weight: 300; - cursor: default; - -webkit-user-select: none; - } - - #holder.hover { - border-color: #2ab0cb; - }