mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Update admin page dependencies
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										84
									
								
								src/static/scripts/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										84
									
								
								src/static/scripts/bootstrap.css
									
									
									
									
										vendored
									
									
								
							| @@ -1,10 +1,10 @@ | ||||
| /*! | ||||
|  * Bootstrap v4.5.0 (https://getbootstrap.com/) | ||||
|  * Bootstrap v4.5.2 (https://getbootstrap.com/) | ||||
|  * Copyright 2011-2020 The Bootstrap Authors | ||||
|  * Copyright 2011-2020 Twitter, Inc. | ||||
|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | ||||
|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) | ||||
|  */ | ||||
| :root { | ||||
|  :root { | ||||
|   --blue: #007bff; | ||||
|   --indigo: #6610f2; | ||||
|   --purple: #6f42c1; | ||||
| @@ -163,12 +163,12 @@ a:hover { | ||||
|   text-decoration: underline; | ||||
| } | ||||
|  | ||||
| a:not([href]) { | ||||
| a:not([href]):not([class]) { | ||||
|   color: inherit; | ||||
|   text-decoration: none; | ||||
| } | ||||
|  | ||||
| a:not([href]):hover { | ||||
| a:not([href]):not([class]):hover { | ||||
|   color: inherit; | ||||
|   text-decoration: none; | ||||
| } | ||||
| @@ -539,39 +539,12 @@ pre code { | ||||
|   overflow-y: scroll; | ||||
| } | ||||
|  | ||||
| .container { | ||||
|   width: 100%; | ||||
|   padding-right: 15px; | ||||
|   padding-left: 15px; | ||||
|   margin-right: auto; | ||||
|   margin-left: auto; | ||||
| } | ||||
|  | ||||
| @media (min-width: 576px) { | ||||
|   .container { | ||||
|     max-width: 540px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| @media (min-width: 768px) { | ||||
|   .container { | ||||
|     max-width: 720px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| @media (min-width: 992px) { | ||||
|   .container { | ||||
|     max-width: 960px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| @media (min-width: 1200px) { | ||||
|   .container { | ||||
|     max-width: 1140px; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { | ||||
| .container, | ||||
| .container-fluid, | ||||
| .container-sm, | ||||
| .container-md, | ||||
| .container-lg, | ||||
| .container-xl { | ||||
|   width: 100%; | ||||
|   padding-right: 15px; | ||||
|   padding-left: 15px; | ||||
| @@ -640,7 +613,6 @@ pre code { | ||||
|   flex-basis: 0; | ||||
|   -ms-flex-positive: 1; | ||||
|   flex-grow: 1; | ||||
|   min-width: 0; | ||||
|   max-width: 100%; | ||||
| } | ||||
|  | ||||
| @@ -884,7 +856,6 @@ pre code { | ||||
|     flex-basis: 0; | ||||
|     -ms-flex-positive: 1; | ||||
|     flex-grow: 1; | ||||
|     min-width: 0; | ||||
|     max-width: 100%; | ||||
|   } | ||||
|   .row-cols-sm-1 > * { | ||||
| @@ -1087,7 +1058,6 @@ pre code { | ||||
|     flex-basis: 0; | ||||
|     -ms-flex-positive: 1; | ||||
|     flex-grow: 1; | ||||
|     min-width: 0; | ||||
|     max-width: 100%; | ||||
|   } | ||||
|   .row-cols-md-1 > * { | ||||
| @@ -1290,7 +1260,6 @@ pre code { | ||||
|     flex-basis: 0; | ||||
|     -ms-flex-positive: 1; | ||||
|     flex-grow: 1; | ||||
|     min-width: 0; | ||||
|     max-width: 100%; | ||||
|   } | ||||
|   .row-cols-lg-1 > * { | ||||
| @@ -1493,7 +1462,6 @@ pre code { | ||||
|     flex-basis: 0; | ||||
|     -ms-flex-positive: 1; | ||||
|     flex-grow: 1; | ||||
|     min-width: 0; | ||||
|     max-width: 100%; | ||||
|   } | ||||
|   .row-cols-xl-1 > * { | ||||
| @@ -2259,6 +2227,7 @@ textarea.form-control { | ||||
| .valid-tooltip { | ||||
|   position: absolute; | ||||
|   top: 100%; | ||||
|   left: 0; | ||||
|   z-index: 5; | ||||
|   display: none; | ||||
|   max-width: 100%; | ||||
| @@ -2359,6 +2328,7 @@ textarea.form-control { | ||||
| .invalid-tooltip { | ||||
|   position: absolute; | ||||
|   top: 100%; | ||||
|   left: 0; | ||||
|   z-index: 5; | ||||
|   display: none; | ||||
|   max-width: 100%; | ||||
| @@ -3776,6 +3746,7 @@ input[type="button"].btn-block { | ||||
|  | ||||
| .custom-control { | ||||
|   position: relative; | ||||
|   z-index: 1; | ||||
|   display: block; | ||||
|   min-height: 1.5rem; | ||||
|   padding-left: 1.5rem; | ||||
| @@ -4312,12 +4283,14 @@ input[type="button"].btn-block { | ||||
|   background-color: #007bff; | ||||
| } | ||||
|  | ||||
| .nav-fill > .nav-link, | ||||
| .nav-fill .nav-item { | ||||
|   -ms-flex: 1 1 auto; | ||||
|   flex: 1 1 auto; | ||||
|   text-align: center; | ||||
| } | ||||
|  | ||||
| .nav-justified > .nav-link, | ||||
| .nav-justified .nav-item { | ||||
|   -ms-flex-preferred-size: 0; | ||||
|   flex-basis: 0; | ||||
| @@ -4775,6 +4748,11 @@ input[type="button"].btn-block { | ||||
|   border-bottom-left-radius: calc(0.25rem - 1px); | ||||
| } | ||||
|  | ||||
| .card > .card-header + .list-group, | ||||
| .card > .list-group + .card-footer { | ||||
|   border-top: 0; | ||||
| } | ||||
|  | ||||
| .card-body { | ||||
|   -ms-flex: 1 1 auto; | ||||
|   flex: 1 1 auto; | ||||
| @@ -4814,10 +4792,6 @@ input[type="button"].btn-block { | ||||
|   border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; | ||||
| } | ||||
|  | ||||
| .card-header + .list-group .list-group-item:first-child { | ||||
|   border-top: 0; | ||||
| } | ||||
|  | ||||
| .card-footer { | ||||
|   padding: 0.75rem 1.25rem; | ||||
|   background-color: rgba(0, 0, 0, 0.03); | ||||
| @@ -4847,6 +4821,7 @@ input[type="button"].btn-block { | ||||
|   bottom: 0; | ||||
|   left: 0; | ||||
|   padding: 1.25rem; | ||||
|   border-radius: calc(0.25rem - 1px); | ||||
| } | ||||
|  | ||||
| .card-img, | ||||
| @@ -4958,6 +4933,10 @@ input[type="button"].btn-block { | ||||
|   } | ||||
| } | ||||
|  | ||||
| .accordion { | ||||
|   overflow-anchor: none; | ||||
| } | ||||
|  | ||||
| .accordion > .card { | ||||
|   overflow: hidden; | ||||
| } | ||||
| @@ -5876,15 +5855,14 @@ a.close.disabled { | ||||
| } | ||||
|  | ||||
| .toast { | ||||
|   -ms-flex-preferred-size: 350px; | ||||
|   flex-basis: 350px; | ||||
|   max-width: 350px; | ||||
|   overflow: hidden; | ||||
|   font-size: 0.875rem; | ||||
|   background-color: rgba(255, 255, 255, 0.85); | ||||
|   background-clip: padding-box; | ||||
|   border: 1px solid rgba(0, 0, 0, 0.1); | ||||
|   box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); | ||||
|   -webkit-backdrop-filter: blur(10px); | ||||
|   backdrop-filter: blur(10px); | ||||
|   opacity: 0; | ||||
|   border-radius: 0.25rem; | ||||
| } | ||||
| @@ -5916,6 +5894,8 @@ a.close.disabled { | ||||
|   background-color: rgba(255, 255, 255, 0.85); | ||||
|   background-clip: padding-box; | ||||
|   border-bottom: 1px solid rgba(0, 0, 0, 0.05); | ||||
|   border-top-left-radius: calc(0.25rem - 1px); | ||||
|   border-top-right-radius: calc(0.25rem - 1px); | ||||
| } | ||||
|  | ||||
| .toast-body { | ||||
| @@ -10182,7 +10162,8 @@ a.text-dark:hover, a.text-dark:focus { | ||||
| } | ||||
|  | ||||
| .text-break { | ||||
|   word-wrap: break-word !important; | ||||
|   word-break: break-word !important; | ||||
|   overflow-wrap: break-word !important; | ||||
| } | ||||
|  | ||||
| .text-reset { | ||||
| @@ -10275,4 +10256,3 @@ a.text-dark:hover, a.text-dark:focus { | ||||
|     border-color: #dee2e6; | ||||
|   } | ||||
| } | ||||
| /*# sourceMappingURL=bootstrap.css.map */ | ||||
		Reference in New Issue
	
	Block a user