Explorar o código

Replace border-radius: 50% and rounded-circle

Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
576d114795

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/Bridge.jsx

@@ -5,7 +5,7 @@ import { UncontrolledTooltip } from 'reactstrap';
 
 const ProxyCircle = () => (
   <div className="grw-bridge-proxy-circle">
-    <div className="circle position-absolute bg-primary border-light">
+    <div className="circle position-absolute bg-primary border-light rounded-circle">
       <p className="circle-inner text-light font-weight-bold d-none d-lg-inline">Proxy Server</p>
       <p className="circle-inner mt-5 d-block d-lg-none">ProxyServer</p>
     </div>

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

@@ -141,7 +141,6 @@ $slack-work-space-name-card-border: #efc1f6;
         width: 100px;
         height: 100px;
         border: 13px solid;
-        border-radius: 50%;
         transform: translate(-50%, -50%);
         @include media-breakpoint-down(md) {
           width: 50px;