New Landing How can we help? Themeforest Theme Support Dante CSS for "Standard" Buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #35336
    maike
    Member
    Post count: 81

    Hi Ed,

    is there kind of a standard CSS for a button which I can add to Buttons of third partie plugins which don’t have the “theme style”?

    Many thanks to the best support team ever!
    Maike

    #35436
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    If you have the possibility of adding a class to those buttons, just add:

    sf-button accent

    Else, you can add the following custom css to the button class:

    a.sf-button {
    	display: inline-block;
    	font-size: 12px;
    	line-height: 18px;
    	height: auto;
    	padding: 14px 16px;
    	margin: 0 10px 20px 0;
    	font-weight: bold;
    	-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
    	-webkit-transition: all .3s ease-out;
    	-moz-transition: all .3s ease-out;
    	transition: all .3s ease-out;
    	border: 0;
    	position: relative;
    	overflow: hidden;
    	outline: none;
    	text-shadow: none;
    	text-decoration: none;
    	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
    	border-radius: 2px;
    	-moz-background-clip: padding;
    	-webkit-background-clip: padding-box;
    	background-clip: padding-box;
    	vertical-align: middle;
    	max-width: 100%;
    }

    – Ed

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register