blob: b48eb861c6b61f3a175ac122c992fc2944d7a353 [file]
/*
* 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.
*
*/
.title-section {
width: 300px;
}
.subsection {
margin-bottom: 15px;
}
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.divider {
margin-top: 5px;
margin-bottom: 5px;
}
.new-token {
margin-top: 10px;
margin-bottom: 10px;
}
.token-name {
margin-right: 10px;
font-weight: bold;
padding: 10px;
}
.displayed-token {
background: var(--color-bg-2);
border: 1px solid var(--color-bg-1);
padding: 10px;
color: var(--color-default-text);
margin-left: 10px;
margin-right: 10px;
}