1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

premium required messages

This commit is contained in:
Kyle Spearrin
2017-07-06 16:15:28 -04:00
parent 8df16f28e7
commit dfd791ecf9
9 changed files with 119 additions and 30 deletions

View File

@@ -261,6 +261,7 @@ form .btn .loading-icon {
}
/* Forms */
.form-control {
border-radius: 0 !important;
}
@@ -353,11 +354,6 @@ form .btn .loading-icon {
vertical-align: middle !important;
}
.table td .label {
font-size: 85%;
font-weight: normal;
}
.box-header.with-border + .box-body .table > tbody > tr:first-child > td {
border-top: 0;
}
@@ -623,3 +619,8 @@ h1, h2, h3, h4, h5, h6 {
border: none;
}
}
.label-full {
font-size: 85%;
font-weight: normal;
}