mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
add bold font to dt and add margin to dl (#16649)
This commit is contained in:
@@ -54,6 +54,14 @@
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl {
|
||||||
|
@apply tw-mb-4;
|
||||||
|
}
|
||||||
|
|
||||||
|
dt {
|
||||||
|
@apply tw-font-bold;
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border-color: rgba(0, 0, 0, 0.1);
|
border-color: rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user