+23
-0
lines changedFilter options
+23
-0
lines changed Original file line number Diff line number Diff line change
@@ -38,6 +38,13 @@
38
38
background-image: none;
39
39
padding: 0;
40
40
41
+
@at-root {
42
+
// Handle input-group padding overrides
43
+
.input-group & {
44
+
padding: 0;
45
+
}
46
+
}
47
+
41
48
@at-root {
42
49
// Prevent the button/label from reversing order on in horizontal RTL mode
43
50
[dir="rtl"] &,
@@ -78,6 +85,7 @@
78
85
padding-left: 0.25rem;
79
86
margin: 0;
80
87
border: 0;
88
+
font-size: inherit;
81
89
@if $enable-pointer-cursor-for-buttons {
82
90
cursor: pointer;
83
91
}
@@ -93,6 +101,21 @@
93
101
&.form-control-lg {
94
102
min-height: calc(#{$input-height-lg} - #{$input-height-border});
95
103
}
104
+
105
+
@at-root {
106
+
// Handle input group sizing
107
+
.input-group.input-group-sm & {
108
+
min-height: calc(#{$input-height-sm} - #{$input-height-border});
109
+
padding-top: $input-padding-y-sm;
110
+
padding-bottom: $input-padding-y-sm
111
+
}
112
+
113
+
.input-group.input-group-lg & {
114
+
min-height: calc(#{$input-height-lg} - #{$input-height-border});
115
+
padding-top: $input-padding-y-lg;
116
+
padding-bottom: $input-padding-y-lg
117
+
}
118
+
}
96
119
}
97
120
98
121
// Disabled and read-only styling
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4