Skip to content

Commit

Permalink
css for request a show
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Nguyen Thuy committed May 3, 2024
1 parent 1e7c16d commit db7d6ee
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion src/TvShows.Web.UI/wwwroot/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ legend {
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
/*color: #333333;*/
border: 0;
border-bottom: 1px solid #e5e5e5;
}
Expand Down Expand Up @@ -10013,4 +10013,29 @@ footer.full-width-ft .ft-copyright {
}
.is-danger {
color: #df2f2f
}
.umbraco-forms-page h4{
text-align:center
}
.umbraco-forms-field {
max-width: 300px;
margin: auto;
}
.umbraco-forms-form legend{
text-align: center
}
.umbraco-forms-navigation input {
display: block;
margin: auto;
background-color: #dd003f;
border-radius: 15px;
border-radius: 20px;
padding: 11px 25px;
border: none;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea{
width: 100% !important;
}
.umbraco-forms-field{
margin-bottom: 18px;
}

0 comments on commit db7d6ee

Please sign in to comment.