Explorar o código

FB: removed cursor-pointer, applied border-radius to admin-bot-card

kaori %!s(int64=5) %!d(string=hai) anos
pai
achega
12a4712e1f
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/client/styles/scss/_admin.scss

+ 3 - 1
src/client/styles/scss/_admin.scss

@@ -192,7 +192,6 @@
 .selecting-bot-type {
 .selecting-bot-type {
   .btn-link {
   .btn-link {
     font-size: 1rem;
     font-size: 1rem;
-    cursor: pointer;
   }
   }
   .supplementary-desc {
   .supplementary-desc {
     font-size: 1rem;
     font-size: 1rem;
@@ -200,6 +199,9 @@
   .badge-info {
   .badge-info {
     font-size: 0.6rem;
     font-size: 0.6rem;
   }
   }
+  .admin-bot-card {
+    border-radius: 0.5rem !important;
+  }
   .border-primary {
   .border-primary {
     border-width: 2px;
     border-width: 2px;
   }
   }