mirror of https://github.com/status-im/consul.git
19 lines
320 B
SCSS
19 lines
320 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
%auth-modal footer {
|
|
border-top: 0;
|
|
padding-top: 10px;
|
|
padding-bottom: 20px;
|
|
padding-left: 42px;
|
|
padding-right: 42px;
|
|
}
|
|
%auth-modal footer {
|
|
background-color: transparent;
|
|
}
|
|
%auth-modal > div > div > div {
|
|
padding-bottom: 0;
|
|
}
|