diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 56d2268bc..8bd4e7cbd 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -441,26 +441,6 @@ position: relative; text-align: center; - .clipboard { - border: 1px solid $brand; - border-radius: rem-calc(20); - cursor: pointer; - display: inline-block; - margin-bottom: $line-height; - padding: $line-height / 4 $line-height / 2; - padding-left: rem-calc(30); - position: relative; - text-decoration: none; - - &::before { - color: $brand; - content: "\6d"; - font-family: "icons"; - left: 6px; - position: absolute; - } - } - .button { font-weight: bold; }