mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-16 13:52:57 +00:00
refactor: migrate to angular esbuild
refactor: migrate to ionic standalone components refactor: migrate ion icons to a custom element
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
$icon-size: 23px;
|
||||
$icon-size: 22px;
|
||||
|
||||
app-root ion-searchbar[class*='sc-ion-searchbar-'] {
|
||||
--border-radius: var(--border-radius-default);
|
||||
@@ -40,20 +40,20 @@ app-root ion-searchbar[class*='sc-ion-searchbar-'] {
|
||||
}
|
||||
}
|
||||
|
||||
ion-icon {
|
||||
font-size: $icon-size;
|
||||
}
|
||||
|
||||
ion-icon.searchbar-search-icon {
|
||||
top: 50%;
|
||||
left: var(--spacing-sm);
|
||||
transform: translateY(-50%);
|
||||
|
||||
width: $icon-size;
|
||||
height: $icon-size;
|
||||
|
||||
color: var(--ion-color-medium-shade);
|
||||
}
|
||||
|
||||
input.searchbar-input {
|
||||
padding-top: var(--spacing-xs);
|
||||
padding-bottom: var(--spacing-xs);
|
||||
padding-left: calc(var(--spacing-lg) + #{$icon-size});
|
||||
padding-inline-start: calc(var(--spacing-lg) + #{$icon-size}) !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user