Updated icons with height

Fixes issues within IE
This commit is contained in:
Dan Brown 2018-03-25 15:52:48 +01:00
parent 23f90ed6b4
commit 4f788384f0
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
6 changed files with 5 additions and 2 deletions

View File

@ -158,6 +158,7 @@ $button-border-radius: 2px;
left: $-m;
top: $-s - 2px;
width: 24px;
height: 24px;
}
padding: $-s $-m;
padding-bottom: $-s - 2px;

View File

@ -23,6 +23,7 @@
svg {
fill: #EEEEEE;
width: 4em;
height: 4em;
padding-right: $-m;
}
span {

View File

@ -424,6 +424,7 @@ i {
.svg-icon {
width: 1em;
height: 1em;
display: inline-block;
position: relative;
bottom: -0.105em;

View File

@ -118,6 +118,7 @@ $btt-size: 40px;
fill: #FFF;
svg {
width: $btt-size / 1.5;
height: $btt-size / 1.5;
margin-right: 4px;
}
width: $btt-size;

View File

@ -14,7 +14,6 @@
<link rel="stylesheet" media="print" href="{{ versioned_asset('dist/print-styles.css') }}">
<!-- Scripts -->
<script src="{{ baseUrl("/libs/jquery/jquery.min.js?version=2.1.4") }}"></script>
@include('partials/custom-styles')
<!-- Custom user content -->

View File

@ -65,7 +65,7 @@
<div class="row">
@foreach($activeSocialDrivers as $driver => $enabled)
<div class="col-sm-4 col-xs-6 text-center">
<div>@icon('auth/'. $driver, ['style' => 'width: 56px;'])</div>
<div>@icon('auth/'. $driver, ['style' => 'width: 56px;height: 56px;'])</div>
<div>
@if($user->hasSocialAccount($driver))
<a href="{{ baseUrl("/login/service/{$driver}/detach") }}" class="button neg">{{ trans('settings.users_social_disconnect') }}</a>