Template:Tip/styles.css: Difference between revisions

Template page
(VeryGreatFrog changed the content model of the page Template:Tip/styles.css from "Sanitized CSS" to "wikitext")
Tag: content model change
mNo edit summary
Tag: Reverted
Line 7: Line 7:
   box-shadow: rgba(76, 179, 27, 0.1) 0px 4px 6px -1px, rgba(76, 179, 27, 0.06) 0px 2px 4px -1px;
   box-shadow: rgba(76, 179, 27, 0.1) 0px 4px 6px -1px, rgba(76, 179, 27, 0.06) 0px 2px 4px -1px;
   max-width: 60%;
   max-width: 60%;
  width: fit-content;
}
}



Revision as of 16:24, 20 April 2023

.tip-wrapper {

 display: flex;
 border: 2px dotted #4cb31b;
 padding: .5rem;
 margin: .5rem auto;
 border-radius: 2rem;
 box-shadow: rgba(76, 179, 27, 0.1) 0px 4px 6px -1px, rgba(76, 179, 27, 0.06) 0px 2px 4px -1px;
 max-width: 60%;
 width: fit-content;

}

.tip-text {

 margin: auto 1rem;
 color: #edeff0;

}

Cookies help us deliver our services. By using our services, you agree to our use of cookies.