HEX
Server: LiteSpeed
System: Linux server318.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: joyfejor (3859)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/joyfejor/public_html/wp-content/themes/onepress/assets/sass/_widgets.scss
@use "variables";

// main: style.scss

.sidebar .widget {
	margin-bottom: 40px;
	.widget-title {
		font-size: 15px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 13px;
		font-weight: 700;
	}
	ul {
		list-style: none;
		padding: 0px;
		&:after {
			clear: both;
		    content: ".";
		    display: block;
		    height: 0;
		    visibility: hidden;
		}
	}
	a {
		color: variables.$text;
		font-size: 14px;
		&:hover {
			color: variables.$primary;
			text-decoration: underline;
		}
	}
}

/* Search
------------------------------*/
.search-form{
	display: flex;
	width: 100%;
	align-items: center;
	.search-field {
		width: 100% !important;
		@include variables.rem('padding', 10px 15px);
	}
	.search-submit {
		width: auto;
		margin: 0px 0 0 0.5em;
		height: 100%;
	}
	label {
		flex-grow: 2;
		margin: 0px;
	}
}

/* Recent Comment
------------------------------*/
.widget_recent_comments {
	ul {
		margin-top: 25px;
		li {
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px solid variables.$border;
		}
		a {
			font-style: italic;
		}
	}
	.comment-author-link a {
		font-weight: bold;
		font-style: normal;
	}
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories ul,
.widget-area .widget_archive ul,
.widget-area .widget_meta ul{
	@extend .clearfix !optional;
}


.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
    float: left;
    margin-bottom: 0;
    width: 50%;
    @include variables.for(small-screens) {
		width: 50%;
	}
	@include variables.for(medium-screens) {
		width: 100%;
		float: none;
	}
    @include variables.for(large-screens) {
		width: 50%;
		float: left;
	}
}

.widget_recent_entries {
	ul li {
		margin: 0px;
		padding: 10px 0px 10px 0px;
		border-bottom: 1px solid variables.$border;
	}
}

.sidebar .widget_calendar a {
	color: #03c4eb;
	text-decoration: underline;
}