blob: 458ac3cc3d395f41176b59982e6ccbb5e6d107a3 [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.
module.exports = () => {
return {
// '@icon-url': '"/public/fonts/iconfont/iconfont"',
'primary-color': 'rgb(24, 144, 255)',
// Button
'@btn-primary-bg': '#608BFF',
'@btn-height-base': '30px',
'@btn-font-size-sm': '12px',
'@btn-height-sm': '30px',
'@btn-padding-sm': '0 15px',
'@btn-border-radius-base': '2px',
// Table
'@table-header-bg': '#FAFAFB',
'@radio-button-bg': '##fff',
'@table-row-hover-bg': '#F4F7FD',
'@table-padding-vertical': '12px',
'@table-padding-horizontal': '12px',
// Input
'@input-height-base': '30px',
// Card
'@card-padding-wider': 0,
// form
'@form-item-margin-bottom': '12px',
// layout
'@layout-header-height': '60px',
'@layout-header-background': '#1b1b1b',
'@layout-sider-background': '#fafafb',
'@layout-body-background': '#fff',
};
};