Subversion Repositories oidplus

Rev

Rev 637 | Rev 846 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 637 Rev 679
Line 1... Line 1...
1
/*!
1
/*!
2
 * Bootstrap Utilities v5.1.1 (https://getbootstrap.com/)
2
 * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)
3
 * Copyright 2011-2021 The Bootstrap Authors
3
 * Copyright 2011-2021 The Bootstrap Authors
4
 * Copyright 2011-2021 Twitter, Inc.
4
 * Copyright 2011-2021 Twitter, Inc.
5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
 */
6
 */
7
.clearfix::after {
7
.clearfix::after {
Line 86... Line 86...
86
.ratio-1x1 {
86
.ratio-1x1 {
87
  --bs-aspect-ratio: 100%;
87
  --bs-aspect-ratio: 100%;
88
}
88
}
89
 
89
 
90
.ratio-4x3 {
90
.ratio-4x3 {
91
  --bs-aspect-ratio: calc(3 / 4 * 100%);
91
  --bs-aspect-ratio: 75%;
92
}
92
}
93
 
93
 
94
.ratio-16x9 {
94
.ratio-16x9 {
95
  --bs-aspect-ratio: calc(9 / 16 * 100%);
95
  --bs-aspect-ratio: 56.25%;
96
}
96
}
97
 
97
 
98
.ratio-21x9 {
98
.ratio-21x9 {
99
  --bs-aspect-ratio: calc(9 / 21 * 100%);
99
  --bs-aspect-ratio: 42.8571428571%;
100
}
100
}
101
 
101
 
102
.fixed-top {
102
.fixed-top {
103
  position: fixed;
103
  position: fixed;
104
  top: 0;
104
  top: 0;