| Index: static/scss/base/_utilities.scss |
| =================================================================== |
| --- a/static/scss/base/_utilities.scss |
| +++ b/static/scss/base/_utilities.scss |
| @@ -72,16 +72,17 @@ |
| .desktop-only |
| { |
| @media (max-width: $desktop-breakpoint - 1px) |
| { |
| display: none; |
| } |
| } |
| + |
| // Unstyled /////////////////////////////////////////////////////////////// |
| .unstyled |
| { |
| margin: 0; |
| padding: 0; |
| border: 0; |
| background: none; |
| @@ -102,8 +103,15 @@ |
| } |
| a.muted, |
| .muted a |
| { |
| color: $gray-medium !important; |
| text-decoration: underline; |
| } |
| + |
| +// Underlined /////////////////////////////////////////////////////////////// |
| + |
| +.underlined |
| +{ |
| + border-bottom: 1px dotted $gray; |
| +} |