From b74c4333ec6401b1543e867687c891e5888ee7b2 Mon Sep 17 00:00:00 2001 From: XiCoN-Luan- Date: Sun, 8 Dec 2019 12:19:54 +0100 Subject: [PATCH] [CLEANUP] Remove useless styles --- src/assets/styles/main.scss | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/src/assets/styles/main.scss b/src/assets/styles/main.scss index 9352308..a95b3b1 100644 --- a/src/assets/styles/main.scss +++ b/src/assets/styles/main.scss @@ -35,41 +35,11 @@ select, input { font-size: small; } - -// .btn-sm, .btn-group-sm > .btn { -// padding: 0.25rem 0.5rem; -// font-size: 1rem; -// line-height: 1.2; -// } - span.small { font-size: 75%; line-height: 1.2; } -// section { -// // margin: 0px 10px 0px 10px ; -// } - -// #vueOwnButtonStyle { -// font-size: x-small; -// line-height: 1.3; -// border-radius: 0.2rem; -// cursor: pointer; -// padding: 4px 10.5px 4px 10; - -// // background-color: coral; -// // border-radius: 3px; - -// // color: white; -// // border: solid 1px transparent; - - -// span { - -// } -// } - table.active { border: 3px solid #9ac5e3; }