ui-modules/utils/br-core/style/footer.less (69 lines of code) (raw):
/*
* 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.
*/
.footer {
// background: white;
// border-top: 1px solid @card-border-color;
margin-top: 10px;
text-align: center;
padding-bottom: 30px;
color: rgba(0,0,0,0.4);
font-size: 12px;
.row > div {
padding-top: 30px;
padding-left: 15px;
}
a {
color: @primary-600;//rgb(0,120,110);
}
i {
font-size: 16px;
}
p {
font-size: 12px;
margin-bottom: 2px;
}
ul {
-webkit-padding-start: 0px;
}
li {
list-style: none;
a {
color: #A8A8A8;
line-height: 25px;
}
i {
margin-right: 12px;
}
}
}
.footer img {
margin-bottom: 10px;
}
.footer-logo {
width: 200px;
margin-bottom: 10px;
}
.cloud-footer-logo {
width: 200px;
margin-bottom: 10px;
fill: green;
}
.second-footer {
background: @primary-800;
color: @primary-800;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 4px solid @accent-500;
h4 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
display: inline;
color: white;
padding-right: 20px;
}
ul {
display: inline;
}
li { display: inline; padding: 5px;}
a { color: white; }
i { color: white; }
}