Шаблон:Search/styles.css

Материал из DISTRICT 9 RP | WIKI
.mw-ui-input 
{
    /* border-color: rgb(0 0 0 / 5%); */
    border-radius: 5px;
    letter-spacing: 1px;
    background: var( --color-surface-1 );
    /*box-shadow: inset 0px 2px 2px #d3d3d3;*/
    width: 80%;
    height: 100%;
    object-fit: cover;
}
.mw-ui-button 
{
	background-color: #7759d9;
    color: #ffffff;
    border-radius:5px;
    width: 18%;
    padding:5px;
    min-width: 3em;
}
.home__search 
{
	max-width: 600px;
	padding: 0.6rem 0.8rem;
	margin: 0.8rem auto 1.6rem auto;
	display: flex;
    justify-content: center;
	background:transparent;
	border-radius: 100px;
	color: var( --color-base--subtle );
	cursor: pointer;
	/*font-size:1.1rem;*/
}