This commit is contained in:
Bruno Windels
2020-12-07 16:02:06 +01:00
parent ef073de306
commit ca601d0e73
11 changed files with 55 additions and 25 deletions
+8 -2
View File
@@ -14,11 +14,17 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.OpenLinkView .previewSource {
.OpenLinkView .caption {
color: var(--grey);
font-size: 12px;
}
.ServerConsentView .actions label {
display: flex;
align-items: end;
gap: 5px;
}
.ServerConsentView .actions {
margin-top: 24px;
display: flex;
@@ -27,7 +33,7 @@ limitations under the License.
.ServerConsentView input[type=submit] {
flex: 1;
margin-left: 12px;
margin-left: 32px;
}
.ServerOptions div {