Kaynağa Gözat

Delete unused styles

Kirk Trombley 3 yıl önce
ebeveyn
işleme
79b66cbdb2
1 değiştirilmiş dosya ile 0 ekleme ve 44 silme
  1. 0 44
      nearest.css

+ 0 - 44
nearest.css

@@ -64,59 +64,15 @@ body {
     padding-right: 16px;
 }
 
-.margined {
-    margin-left: 8px;
-    margin-right: 8px;
-}
-
 .title {
     font-weight: 1000;
 }
 
-.bycolor {
-    flex: 2;
-}
-
-.bycolor_l1 {
-    justify-content: flex-start;
-    align-items: flex-end;
-}
-
-.bycolor_l2 {
-    padding-top: 16px;
-    justify-content: flex-start;
-}
-
 .control {
     height: 32px;
     align-items: flex-end;
 }
 
-.pokemon {
-    display: flex;
-    flex-flow: row nowrap;
-    justify-content: space-between;
-    align-items: flex-end;
-    width: 400px;
-    height: 50px;
-}
-
-.color-tile {
-    width: 50px;
-    height: 32px;
-    font-size: 10px;
-    text-align: center;
-    display: inline-flex;
-    align-items: center;
-    margin-right: 4px;
-}
-
-.pokemon_text {
-    flex: 1;
-    padding-left: 4px;
-    text-align: left;
-}
-
 .pkmn-list {
     list-style-type: none;
     padding: 0;