We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57b290a + ffa430d commit adfaa8fCopy full SHA for adfaa8f
packages/unity-bootstrap-theme/README.md
@@ -1,3 +1,4 @@
1
# `@asu/unity-bootstrap-theme`
2
3
Please see the [Getting Started page for the Unity Bootstrap Theme](https://asu.github.io/asu-unity-stack/@asu/unity-bootstrap-theme/index.html)
4
+
packages/unity-bootstrap-theme/src/scss/extends/_misc.scss
@@ -66,6 +66,8 @@ label {
66
.card-title a {
67
color: $uds-color-base-gray-7;
68
text-decoration: none;
69
+ display: inline-block;
70
+ margin: 4px;
71
}
72
.card-title a:hover {
73
text-decoration: underline;
@@ -126,4 +128,5 @@ textarea:focus,
126
128
select:focus {
127
129
outline: none !important;
130
box-shadow: 0px 0px 0px 2px $uds-color-base-white, 0px 0px 0px 4px $uds-color-base-gray-7 !important;
131
+ z-index: 1;
132
0 commit comments