Files
mostlymatter/webapp/sass/components/_alerts.scss
Joram Wilander 5da5c0bbfb PLT-6987 User access token UI (#7007)
* Add user access token UI

* Fix enter press and update mattermost-redux

* Updating UI for access token stuff (#7066)

* Revert segment key
2017-08-01 11:06:53 -04:00

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;
}