Kaynağa Gözat

Merge pull request #322 from porter-dev/fix-fe-compilation

remove duplicate styled source box
abelanger5 5 yıl önce
ebeveyn
işleme
019f840cbb

+ 0 - 13
dashboard/src/main/home/launch/expanded-template/LaunchTemplate.tsx

@@ -713,16 +713,3 @@ const StyledSourceBox = styled.div`
   overflow: auto;
   margin-bottom: 25px;
 `;
-
-const StyledSourceBox = styled.div`
-  width: 100%;
-  height: 100%;
-  background: #ffffff11;
-  color: #ffffff;
-  padding: 10px 35px 25px;
-  position: relative;
-  border-radius: 5px;
-  font-size: 13px;
-  overflow: auto;
-  margin-bottom: 25px;
-`;