Skip to content
Snippets Groups Projects
Commit 91cafd03 authored by Lauren's avatar Lauren
Browse files

Edits and updates to version number and removed extra unneeded files

parent 635bb956
No related branches found
No related tags found
No related merge requests found
{
"version": 3,
"mappings": ";AAQA;;;;uBAIwB;EACtB,eAAe,EAAE,IAAI;;AAEvB,gBAAiB;EACb,OAAO,EAAE,gBAAgB;EACzB,OAAO,EAAE,YAAY;EACrB,UAAU,EAAE,IAAI;EAChB,KAAK,EAAE,KAAK;EACZ,WAAW,EAAE,OAAO;EACpB,aAAa,EAAE,IAAI;EAEnB,8CACQ;IACJ,UAAU,EAAE,OAAiB;IAC7B,KAAK,EAAE,IAAI;;;AAKnB,eAAgB;EACZ,SAAS,EAAE,GAAG;;AAElB,eAAgB;EACZ,SAAS,EAAE,IAAI;;AAEnB,gBAAiB;EACf,SAAS,EAAE,IAAI;;;AAIjB,iBAAkB;EACd,UAAU,EA1CJ,OAAO;EA2Cb,gDACQ;IACJ,UAAU,EAAE,OAAqB;;AAGzC,iBAAkB;EACd,UAAU,EAhDJ,OAAO;EAiDb,gDACQ;IACJ,UAAU,EAAE,OAAqB;;AAGzC,mBAAoB;EAClB,UAAU,EApDA,OAAO;EAqDjB,oDACQ;IACN,UAAU,EAAE,OAAuB;;AAGvC,cAAe;EACX,UAAU,EA7DP,OAAO;EA8DV,0CACQ;IACJ,UAAU,EAAE,OAAkB;;AAGtC,gBAAiB;EACb,UAAU,EAnEL,OAAO;EAoEZ,8CACQ;IACJ,UAAU,EAAE,OAAoB;;;AAMxC,iBAAkB;EAChB,aAAa,EAAE,QAAQ;;AAEzB,cAAe;EACb,aAAa,EAAE,GAAG;;AAEpB,eAAgB;EACd,OAAO,EAAE,KAAK;EACd,UAAU,EAAE,MAAM;;AAEpB,oBAAqB;EACjB,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,UAAU,EAAE,MAAM",
"sources": ["../sass/lbdesign_button_shortcode.scss"],
"names": [],
"file": "lbdesign_button_shortcode.css"
}
......@@ -2,7 +2,7 @@
Contributors: lepittenger
Tags: shortcode
Requires at least: 3.0.1
Tested up to: 4.5
Tested up to: 4.6.1
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
$default: #777;
$primary: #226CFF;
$warning: #FF2247;
$info: #FFDA22;
$action: #4FBE00;
$highlight: #FFB624;
/* DEFAULT button shortcode styles */
.lbdesign_button,
.lbdesign_button:hover,
.lbdesign_button:focus,
.lbdesign_button:active,
.lbdesign_button.active {
text-decoration: none;
}
.lbdesign_button {
padding: 0.625em 0.9375em;
display: inline-block;
background: #777;
color: white;
line-height: inherit;
border-bottom: none;
&:hover,
&:focus {
background: darken(#777, 10%);
color: #fff;
}
}
/* SIZES */
.lbdesign_small {
font-size: 85%;
}
.lbdesign_large {
font-size: 115%;
}
.lbdesign_xlarge {
font-size: 125%;
}
/* TYPES */
.lbdesign_primary {
background: $primary;
&:hover,
&:focus {
background: darken($primary, 10%);
}
}
.lbdesign_warning {
background: $warning;
&:hover,
&:focus {
background: darken($warning, 10%);
}
}
.lbdesign_highlight {
background: $highlight;
&:hover,
&:focus {
background: darken($highlight, 10%);
}
}
.lbdesign_info {
background: $info;
&:hover,
&:focus {
background: darken($info, 10%);
}
}
.lbdesign_action {
background: $action;
&:hover,
&:focus {
background: darken($action, 10%);
}
}
/* STYLES */
.lbdesign_rounded {
border-radius: 0.3125em;
}
.lbdesign_pill {
border-radius: 2em;
}
.lbdesign_block {
display: block;
text-align: center;
}
.lbdesign_full_width {
width: max-content;
text-align: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment