mirror of
https://github.com/status-im/consul.git
synced 2025-02-05 02:16:09 +00:00
9d21736e9f
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
19 lines
319 B
SCSS
19 lines
319 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%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;
|
|
}
|