HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpprm_err/wp-content/themes/ronneby/assets/less.lib/widgets/twitter.less
.widget_twitter-widget {
	text-align: left;
	
	.widget-title {
		text-align: left;
	}
	
	.tweets-author {
		padding-bottom: 10px;
		min-height: 70px; 
		img {
			float: left;
			margin-right: 16px;
			width: 40px;
			height: 40px;
		}
		strong {
			display: block;
			.block-title();
			margin-bottom: 4px; 

			span {
				font-size: 12px; 
			}
		}
	}
	.twitter-icon-wrap {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.tweet-list {
		text-align: left;
		&.with-carousel {
			.carousel();
			cursor: move;
			.slick-list {
				padding-bottom: 50px; 
			}
			.slick-list + .slick-dots {
				.rel();
				bottom: 10px;
				padding-top: 0;
			}
			.tweet {
				margin-bottom: 0;
			}
		}
		&.without-carousel {
			.tweet {
				margin-bottom: 0;
				margin-top: 20px;
				padding-bottom: 20px;
				border-bottom: 1px dotted @border-color;
				&:first-child {
					margin-top: 0;
					&:before {

					}
				}
				&:last-child {
					padding-bottom: 0;
					border-bottom-width: 0;
				}
			}
		}
		.tweet {
			.rel();
			margin-bottom: 35px;
			.tweet-inner a {
				.link-style();
				.link-decoration();
			}
			&:before {
				content: "\e0cf";
				.abs();
				top: 0;
				left: 0;
				font-family: 'soc-icons' !important;
				font-size: 30px;
				color: fade(@forth-site-dark-color, 15);
			}
			&:last-child {
				margin-bottom: 0;
			}
			.tweet-inner {
				.rel();
				color: @default-text-color;

				.time {
					.rel();
					margin-top: 10px;
				}

				a {
					color: @title-color;
					.transition(color .3s ease-in-out);
				}
			}
		}
	}
	.twitter-read-more {
		margin-top: 20px;
		a {
			color: @subtitle-color;
			&:hover {
				color: @main-site-light-color !important;
			}
		}
	}
}
/*Style Ronneby 2.0.0*/
/*.widget {
	&.widget_twitter-widget {
		.tweet-list {
			.tweet {
				.rel();
				.tweet-inner a {
					border-bottom: 1px dotted @main-site-light-color;
				}
				&:before {
					content: "\e0cf";
					.abs();
					top: 0;
					left: 0;
					font-family: 'soc-icons' !important;
					font-size: 30px;
					color: fade(@forth-site-dark-color, 15);
				}
			}
			&.without-carousel {
				.tweet {
					margin-bottom: 0;
					margin-top: 20px;
					padding-bottom: 20px;
					border-bottom: 1px dotted @border-color;
					&:first-child {
						margin-top: 0;
						&:before {

						}
					}
					&:last-child {
						padding-bottom: 0;
						border-bottom-width: 0;
					}
				}
			}
		}
	}
}*/