clipbucket/upload/styles/cb_27/theme/less/custom.less

75 lines
1 KiB
Text
Raw Normal View History

2015-05-26 08:34:01 +00:00
h1,h2,h3,h4,h5,h6{
font-family:"Segoe UI Light","Helvetica Neue","Segoe UI","Segoe WP",sans-serif;
}
.alert-warning {
color: #fff;
background-color: #ed9c28;
border-color: #ed9c28;
}
.alert-info {
color: #fff;
background-color: #3276b1;
border-color: #3276b1;
}
.alert-success {
color: #fff;
background-color: #47a447;
border-color: #47a447;
}
.alert-danger {
color: #fff;
background-color: #d9534f;
border-color: #d9534f;
}
.navbar-default {
.navbar-nav {
.active {
a {
color: #fff;
background-color: #0099cc !important;
}
}
}
}
.navbar-default {
.navbar-nav {
li {
a:hover {
color: #fff;
background-color: #0099cc;
}
}
}
}
.form-control, .dropdown-menu, .label, .cb-box, .btn, .alert {
border-radius: 0px !important;
}
.nav-tabs {
li {
a {
border-radius: 0px;
}
}
}
.category-header {
.total-obj {
border-radius: 0px;
}
}
.pagination {
li:first-child {
a {
border-radius: 0px;
}
}
}