Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / stellervista-micro

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • stellervista-micro
  • wp-content
  • plugins
  • popup-message-for-contact-form-7
  • css
  • style.css
  • Jeff Balicki's avatar
    elements page · 4ba89f3f ...
    4ba89f3f Browse Files
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-08-15 17:44:09 -0400
style.css 426 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.swal2-popup .swal2-title
{
	font-weight: normal !important;
	font-size: 21px !important
}
.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}
.swal2-show {
    border: none !important;

}
button.swal2-confirm.swal2-styled
{
	    font-size: 14px !important;
    padding: 5px 25px !important;
}
h1:not(.site-title):before, h2#swal2-title:before {
  content: "" !important;
  height: 0;
}