Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // add this code in app.css
  2.  
  3. .alert-dismissable,.alert-dismissible{padding-right:35px}
  4. .alert-dismissable .close,.alert-dismissible .close{position:relative;top:-10px;right:-25px;color:inherit}
  5.  
  6. // change the alert class to "alert alert-success alert-dismissible" and href link
  7. <div class="alert alert-success alert-dismissible">
  8. <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
  9. {{ __('A fresh verification link has been sent to your email
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement