Skip to content

Commit

Permalink
feat(style.css): Updates btn-primary background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Jul 5, 2024
1 parent a1de063 commit 06421ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions src/assets/css/style-ios.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ footer #version {

.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
background-color: #5064ad;
border-color: #3a4c8f;
}

.btn-primary:hover,
Expand All @@ -345,8 +345,8 @@ footer #version {
.btn-primary:active,
.btn-primary.active{
color: #ffffff;
background-color: #3071a9;
border-color: #285e8e;
background-color: #3a4c8f;
border-color: #303f77;
}

.btn-primary:active,
Expand All @@ -364,9 +364,9 @@ footer #version {
border-top-left-radius: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: -1px;
}
Expand Down Expand Up @@ -504,11 +504,11 @@ footer #version {
}

.full-page-iframe{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
}

.recap-inline-appellate{
Expand Down
8 changes: 4 additions & 4 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ footer #version {

.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
background-color: #5064ad;
border-color: #3a4c8f;
}

.btn-primary:hover,
Expand All @@ -346,8 +346,8 @@ footer #version {
.btn-primary:active,
.btn-primary.active{
color: #ffffff;
background-color: #3071a9;
border-color: #285e8e;
background-color: #3a4c8f;
border-color: #303f77;
}

.btn-primary:active,
Expand Down

0 comments on commit 06421ad

Please sign in to comment.