Skip to content

Commit

Permalink
[Fix] Remove text decorations of hyperlinks for clean look
Browse files Browse the repository at this point in the history
  • Loading branch information
NgIdeas committed Sep 8, 2022
1 parent 2b43b4c commit be38f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/admin/css/ngsurvey-admin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* NgSurvey styles
*/
#ngs a {text-decoration: none}
#ngs {line-height: 1.15; font-size: 16px;}
#ngs .card {max-width: 100%; padding: 0; margin: 0;}
#ngs #questions-form .card-header, #ngs #survey-reports .card-header {padding: 0; margin: 0;}
Expand Down
2 changes: 2 additions & 0 deletions assets/public/css/ngsurvey-public.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*!
* NGSurvey CSS
*/
#ngs a {text-decoration: none}

#ngs .error {color: #dc3545!important;}
#ngs .dashicons {vertical-align: text-bottom;}
#ngs .survey-form .input-group .form-control {margin-bottom: 0 !important;}
Expand Down

0 comments on commit be38f70

Please sign in to comment.