remove irrelevant css

This commit is contained in:
Shubham Mehrotra 2020-04-02 19:50:59 +05:30
parent 438aab3021
commit ff20147e23
1 changed files with 1 additions and 16 deletions

View File

@ -5,25 +5,10 @@
@endsection
@push('css')
<style type="text/css">
<style>
.account-head {
height: 50px;
}
.remove-icon {
right: 15px;
font-size: 22px;
height: 24px;
text-align: center;
position: absolute;
border-radius: 50%;
color: #333;
width: 24px;
padding: 0px;
top: 10px;
}
.remove-icon:before {
content: "x";
}
</style>
@endpush