1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Bootstrap & Bootswatch Upgrade: 4.5 -> 4.5.3

This commit is contained in:
catborise 2020-11-06 16:16:40 +03:00
parent 12fa9e7cf1
commit e2e62a3ad4
67 changed files with 1507 additions and 1368 deletions

View file

@ -1,13 +1,9 @@
// Pulse 4.5.0
// Pulse 4.5.3
// Bootswatch
// Variables ===================================================================
// Buttons =====================================================================
.btn {
&:focus,
&:active,
&:active:focus,
@ -64,11 +60,8 @@
&.disabled:focus {
box-shadow: none;
}
}
// Typography ==================================================================
// Tables ======================================================================
.table .thead-dark th {
@ -79,16 +72,15 @@
// Forms =======================================================================
.form-control:focus {
box-shadow: 0 0 5px rgba(100,65,164,.4);
box-shadow: 0 0 5px rgba(100, 65, 164, .4);
}
// Navs ========================================================================
.nav-tabs {
.nav-link,
.nav-link.active, {
border-width: 0 0 1px 0;
border-width: 0 0 1px;
}
.nav-link:hover,
@ -112,7 +104,7 @@
// Indicators ==================================================================
.badge {
padding-bottom: 0.4em;
padding-bottom: .4em;
&-secondary,
&-warning {
@ -129,18 +121,17 @@
// Containers ==================================================================
.list-group {
&-item {
color: rgba(255, 255, 255, 0.8);
color: rgba(255, 255, 255, .8);
&.active,
&:hover,
&:focus {
color: #fff;
color: $white;
}
&.active {
font-weight: bold;
font-weight: 700;
&:hover {
background-color: $list-group-hover-bg;