PHP Classes

File: themes/demo/assets/vendor/bootstrap/less/mixins/border-radius.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   themes/demo/assets/vendor/bootstrap/less/mixins/border-radius.less   Download  
File: themes/demo/assets/vendor/bootstrap/less/mixins/border-radius.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 468 bytes
 

Contents

Class file image Download
// Single side border-radius .border-top-radius(@radius) { border-top-right-radius: @radius; border-top-left-radius: @radius; } .border-right-radius(@radius) { border-bottom-right-radius: @radius; border-top-right-radius: @radius; } .border-bottom-radius(@radius) { border-bottom-right-radius: @radius; border-bottom-left-radius: @radius; } .border-left-radius(@radius) { border-bottom-left-radius: @radius; border-top-left-radius: @radius; }