Unverified Commit 7c9320bf authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3332445 by Gauravvv, smustgrave: Refactor Claro's system-admin--links stylesheet

parent 8542a65d
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -13,12 +13,14 @@
/**
 * Quick inline admin links.
 */
small .admin-link:before {
small .admin-link {
  &:before {
    content: " [";
  }
small .admin-link:after {
  &:after {
    content: "]";
  }
}

/**
 * Cron external link on cron configuration form.