1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Add v5.3.0-alpha2 docs (#38245)

This commit is contained in:
XhmikosR
2023-03-24 16:37:29 +02:00
committed by GitHub
parent 3041a4f1fd
commit d0ea9cc7e4
232 changed files with 18689 additions and 8623 deletions

View File

@@ -1,7 +1,3 @@
.dropdown-menu {
margin: 4rem auto;
}
.dropdown-item-danger {
color: var(--bs-red);
}
@@ -15,12 +11,13 @@
}
.btn-hover-light {
background-color: var(--bs-white);
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
}
.btn-hover-light:hover,
.btn-hover-light:focus {
color: var(--bs-blue);
background-color: var(--bs-light);
color: var(--bs-link-hover-color);
background-color: var(--bs-tertiary-bg);
}
.cal-month,
@@ -46,22 +43,17 @@
}
.cal-btn:not([disabled]) {
font-weight: 500;
color: var(--bs-emphasis-color);
}
.cal-btn:hover,
.cal-btn:focus {
background-color: rgba(0, 0, 0, .05);
background-color: var(--bs-secondary-bg);
}
.cal-btn[disabled] {
border: 0;
opacity: .5;
}
.form-control-dark {
background-color: rgba(255, 255, 255, .05);
border-color: rgba(255, 255, 255, .15);
}
.w-220px {
width: 220px;
}
@@ -74,6 +66,6 @@
width: 340px;
}
.w-600px {
width: 600px;
.opacity-10 {
opacity: .1;
}