Skip to content
Snippets Groups Projects
MainMenuStyles.uss 539 B
Newer Older
  • Learn to ignore specific revisions
  • .button-style {
        font-size: 24px;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 12px;
        margin-bottom: 12px;
        padding-right: 30px;
        padding-top: 16px;
        padding-left: 30px;
        padding-bottom: 16px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    
        color: rgb(27, 27, 27);
    }
    
    .title-style {
        font-size: 24px;
        -unity-font-style: bold;
    }
    
    .paragraph-style {
        white-space: normal;
        font-size: 16px;