initial
This commit is contained in:
6
public/wp-content/themes/rakar/assets/css/bootstrap.min.css?ver=5.0.0.css
vendored
Normal file
6
public/wp-content/themes/rakar/assets/css/bootstrap.min.css?ver=5.0.0.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
18514
public/wp-content/themes/rakar/assets/css/style.css?ver=1.0.0.css
Normal file
18514
public/wp-content/themes/rakar/assets/css/style.css?ver=1.0.0.css
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,37 @@
|
||||
.woosw-list table.woosw-items tr td {
|
||||
padding: 20px;
|
||||
}
|
||||
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
|
||||
font-size: 20px;
|
||||
color: var(--title-color);
|
||||
}
|
||||
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
|
||||
font-size: 20px;
|
||||
}
|
||||
.woosw-list table.woosw-items tr .woosw-item--actions {
|
||||
width: 88px;
|
||||
}
|
||||
.woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
|
||||
color: var(--theme-color);
|
||||
}
|
||||
|
||||
|
||||
.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline .cart-button.icon-btn.added {
|
||||
display: none;
|
||||
}
|
||||
.woosw-list table.woosw-items tr .woosw-item--actions {
|
||||
width: 170px;
|
||||
}
|
||||
.woosw-list table.woosw-items .woosw-item .woosw-item--atc p, .woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline {
|
||||
text-align: center;
|
||||
}
|
||||
.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline .added_to_cart.wc-forward {
|
||||
height: 50px;
|
||||
display: block;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
padding: 0 20px;
|
||||
background-color: var(--icon-bg, #f7f7f7);
|
||||
border: 1px solid var(--th-border-color);
|
||||
color: var(--title-color);
|
||||
}
|
||||
36
public/wp-content/themes/rakar/style.css?ver=1.0.0.css
Normal file
36
public/wp-content/themes/rakar/style.css?ver=1.0.0.css
Normal file
@@ -0,0 +1,36 @@
|
||||
/*
|
||||
Theme Name: Rakar
|
||||
Theme URI: https://wordpress.themeholy.com/rakar
|
||||
Author: Themeholy
|
||||
Author URI: https://themeforest.net/user/themeholy
|
||||
Description: Rakar - Handyman Multipurpose Repairing Services WordPress Theme
|
||||
Version: 1.0.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
Text Domain: rakar
|
||||
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 7.4
|
||||
|
||||
This theme, like WordPress, is licensed under the GPL.
|
||||
Use it to make something cool, have fun, and share what you've learned with others.
|
||||
|
||||
*/
|
||||
|
||||
/* Header sub-menu icon */
|
||||
.hide-icon.main-menu ul.sub-menu li a:before {
|
||||
display: none;
|
||||
}
|
||||
.hide-icon.main-menu ul.sub-menu li a:hover {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.widget.no-banner-widget {
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
margin-bottom: 0px;
|
||||
position: relative;
|
||||
border-radius: 0px;
|
||||
border: 0px solid transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user