blob: daab7651455431956fcf3522020895bf29f408a5 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
.listen {
padding: 2px 20px;
}
.plugin-list-item {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
.buttons {
margin: 15px;
}
.notification-container {
margin: 0;
padding: 0;
position: fixed;
bottom: 20px;
left: 0px;
right: 0px;
z-index: 3;
}
.notification {
border: 1px solid black;
border-radius: 10px;
margin: 0 20px;
padding: 10px 20px;
}
.notification-success {
background-color: #dff0d8;
}
.notification-error {
background-color: #f2dede;
}