diff --git a/src/components/MonthsUl.vue b/src/components/MonthsUl.vue index 14d6bad..0c2b5d5 100644 --- a/src/components/MonthsUl.vue +++ b/src/components/MonthsUl.vue @@ -38,27 +38,4 @@ li:last-of-type { padding-bottom: 0; } -.action { - display: inline-flex; - flex-direction: column; -} - -button { - border: none; - color: white; - padding: 15px 32px; - text-align: center; - display: inline-block; - width: 100%; - font-size: 16px; - } -.validate { - background-color: green; -} -.cancel { - background-color: red; -} -.edit { - background-color: orange; -}