mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Update <ajax-button> styles (#18691)
Changes: - Updated the styles of the `<ajax-button>` component to keep the content vertically aligned when the button displays a loading spinner.
This commit is contained in:
parent
74e859b07a
commit
0322bbb822
2 changed files with 5 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
&.syncing {
|
||||
.button-loader, .button-loading {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
}
|
||||
.button-text {
|
||||
display: none;
|
||||
|
|
|
|||
4
website/assets/styles/pages/start.less
vendored
4
website/assets/styles/pages/start.less
vendored
|
|
@ -148,6 +148,10 @@
|
|||
line-height: 150%;
|
||||
margin-right: 24px;
|
||||
width: 89px;
|
||||
height: 45px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
[purpose='back-button'] {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue