* Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
15 строки
209 B
SCSS
15 строки
209 B
SCSS
@charset 'UTF-8';
|
|
|
|
.alert {
|
|
@include border-radius($border-rad);
|
|
padding: 8px 12px;
|
|
}
|
|
|
|
.alert--confirm {
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 1px 0 0 10px;
|
|
padding: 4px 10px;
|
|
}
|
|
|