Refine sonar-project.properties
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / buttons / FlatButton.vue
index 12b3f7a820c87d769e9d859a24ff4d70cb5926cf..1d92970997f2fb20933f7d76bafc7058ac9a69e9 100644 (file)
@@ -11,20 +11,5 @@ import Button from '@/components/buttons/Button.vue';
 <style>
 .flat {
   border: none;
-  /* cursor: pointer; */
-  /* background-color: rgb(25, 118, 210);
-  color: white; */
-  /* padding: 6px 14px;
-  font-size: 35px; */
-  /* font-weight: bold;
-  border-radius: 5px; */
 }
-
-/* .button:hover {
-  background-color: rgb(10, 113, 195);
-}
-
-.button:active {
-  background-color: rgb(255, 113, 195);
-} */
 </style>